/* body */
body {
text-align: center;
width: 100%;
font-family: Century Gothic, Georgia, Tahoma, Sans-Serif;
font-size : 11px;
line-height:20px;
color: #cccccc;
background-color:#79a6ab;
overflow-x: hidden;
}
p {
text-align:center;
}
/* divs */ 
#container{
margin:0px auto;
width:558px;
}
#header{
margin-top:20px;
width:558px;
}
#content{
position:absolute;
width:558px;
background-color:#000000;
}
#footer {
padding-top:10px;
padding-bottom:10px;
border-top: 2px solid #659fa1;
background-color:#101010;
}
/*links*/
a:link, a:active, a:visited{
color: #bababa;
border-bottom : 0px dotted #bababa;
}
a:hover {
color:#c9e1e1;
border-bottom : 0px dotted #cccccc;

}
/* tags */
b, strong {
color : #659fa1;
}
i, em {
color: #cccccc;
}
u {
color: #cccccc;
}	
#content img {
padding:7px;
background-color:#bababa;
}
#content img:hover {
padding:7px;
background-color:#c9e1e1;
}
/* titles */
h1 {
text-align: right;
font-family: Century Gothic, Georgia, Verdana, Tahoma, Sans-Serif;
font-size: 16px;
color:#629c9e;
border-bottom : 1px dotted #626262;
padding:5px;
font-weight:normal;
text-transform:uppercase;
width:95%;
margin-left:10px;
}