body {
text-align: justify;
background: url('img/bg.png');
margin: 0px;
padding: 0px;
font-family: "Segoe UI";
font-size: 11px;
line-height: 19px;
color: #fff;
}
#container {
margin : 0 auto;
margin-top: 0px;      
border-radius: 5px;
-moz-border-radius:  5px; 
-webkit-border-radius: 5px; 
background-color: #011B24;
border: 1px solid #000;
margin:0 auto;
padding:5px;

} 
#header {
background: url('img/12.png');
width:950px;
height:600px;
margin:auto;
}
#sidebar {
position:absolute;
width:250px; 
x-index:0; 
left:80px; 
top:490px;
}
#content {
top:0px; 
position: absolute; 
width:600px; 
top:490px; 
left: 380px;
}
h1{
font-family: 'Georgia', 'Serif';
font-size: 25px;
font-style: italic;
font-weight: normal;
color: #C91F48;
text-transform: lowercase;
text-align: center;
letter-spacing: -1px;
display: block;
margin: 5px;
background: transparent;
}

h2{
font-family: 'Georgia', 'Serif';
font-size: 18px;
font-weight: normal;
color: #448F6C;
text-transform: lowercase;
text-align: center;
letter-spacing: -1px;
display: block;
margin: 5px;
background: transparent;
}

b{
color:#C91747;
}
i{
color:#61CEB8;
}
a:link,a:visited {
text-decoration: none;
color: #51A67B;
font-weight:400;
text-align:justify;
padding:0;
text-decoration: none;
} 
a:hover { 
color: #E61F4E;
text-decoration: underline;
}

a img {
	border: 3px solid #B52D40;
	}

a img:hover {
	border: 3px solid #C6C6C6;
	}