html{
height:100%;
background:#000000;
}
body{
font-family:Arial,Helvetica,sans-serif;
height:100%;
margin:0;
background:#000000;
background:-webkit-gradient(linear, left top, left bottom, from(#EEE), to(#CCC));
background:-moz-linear-gradient(top,  #EEE,  #CCC);
filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#EEEEEE', EndColorStr='#CCCCCC');
}
a,a:visited{
color:#06F;
text-decoration:none;
}
h1{
font-size:12px; 
color: #ffffff;
font-weight:bold;
margin:0;
}


.info-section{
width:570px;
border:1px solid #333;
margin-top:20px;
position:relative;
overflow:hidden;
background:#222 url(bg.png) 0 0 repeat-y;
}
