body 
{
padding-bottom: 10px;
background: #03070A url(images/bg.jpg) no-repeat left top;
font-family: Calibri, Arial, Sans-Serif; 
font-size: 16px;
color: #fff;
}

#info 
{
position: fixed;
left: 50%;
top: 50%;
width: 512px;
height: 384px;
overflow: auto;
margin-left: -256px;
margin-top: -192px;
background: url(images/info.png) no-repeat left top;
text-align: center;
padding: 5px;
line-height: 150%;
}

.header_1
{
font-size: 24px;
font-weight: bold;	
}

.header_2
{
font-size: 14px;
font-weight: bold;	
}

.header_3
{
font-size: 36px;
font-weight: bold;	
}

a,a:link,a:active {
color: #D5FDFF;
text-decoration: none;
}
a:visited {
color: #D5FDFF;
}
a:hover {
color: #D5FDFF;
text-decoration: underline;
}