/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}
p {font-family: "Helvetica"; "Arial"; "sans-serif"; font-size:14px; line-height: 20px; letter-spacing: 1px; table-layout:fixed; color: #000000;}

body {
    font-family: "Helvetica"; "Arial"; "sans-serif";
    font-size: 14px;
	letter-spacing: 1px;
	line-height: 20px;
	color: #000000;
}

table tr td {font-size: 14px; line-height: 20px; color: #000000;}

a:link { text-decoration: none; color: black; color: #000000;}
a:active { text-decoration: none; color: black; color: #000000;}
a:visited { text-decoration: none; color: black; color: #000000;}
a:hover { padding-bottom: 1px; border-bottom: 1px solid; color: #000000;}

a img { border: none; }

<u> {padding-bottom: 1px; border-bottom: 1px solid; color: #000000;}

#menu {
    width: 280px;
    overflow:visible;
    bottom: 5px;
	left: 5px;
    position: fixed;
    height: 100%;
	background-color: transparent;
}

#menu ul {
	list-style: none;
	margin: 0 0 10px 0;
}

#menu ul li.section-title {
	padding-bottom: 190px;
}

#body
{
	background-repeat: no-repeat;
	background-position: center;
}

#content {
    height: 90%;
    margin: -25px 25px 25px 275px;
}

.container {
    padding: 10px 10px 25px 10px;
}

#content p { width: 400px; margin-bottom: 20px; }

p {
    margin: 0 0 20px 0;
}

#img-container { position:absolute; margin-top: 130px; padding-bottom: 20px; padding-right: 10px; padding-left: 35px; top:100px;}
#img-container p { position:absolute; width: 400px; padding-bottom: 20px; padding-right: 10px; top:100px; margin-right:320px;}

#once { clear: left; }

#welcome {
	position: fixed; 
	top: 0px; 
	left: 0px; 
	right: 0px; 
	bottom: 0px; 
	z-index: 50; 
	background-image: url(/files/delfosmedium.png); 
	background-repeat: no-repeat; 
	background-position: center;
}

#welcome:hover {
	cursor: pointer;
}

#infoabout {
	position: fixed; 
	bottom: 20px; 
	left: 15px;
}