body {
padding: 0;
margin: 100px 0 100px 0;
font-family: Century Gothic,Helvetica;
font-size: 10pt;
color: #314251;
background: black;
}
#l {
height: 400px;
width: 11%;
float:left;
background: #000911;
}
#c {
height: 400px;
width: 78%;
float:left;
background: #b5a3ab url('../pic/logo.jpg') no-repeat right center;
}
#r {
height: 400px;
width: 11%;
float: right;
background: #3c4259;
}
#logo {
color: white;
font-size: 13pt;
background: transparent;
margin: 150px 10% 50px 10%;
}
.big {
font-size: 24pt;
font-weight: bold;
}
#links {
margin: 0px 10% 50px 10%;
}
a:link, a:visited {
color: white;
text-decoration: underline;
}
a:hover {
color: #feffa4;
text-decoration: underline;
}
#footer {
margin: 10px 15%;
float: right;
}