body,html{
margin: 0;
padding: 0;
height: 100%;
}
body{
background-color: #081741;
background-image: url('../img/test3.jpg');
background-repeat: no-repeat;
background-attachment:fixed;
padding:0px;
}
*{
font-family: verdana, arial, sans-serif;
font-size: 13px;
color: #B5CCFF;
}
#box{
padding-left: 500px;
}
#header, #navi, #content, #footer{
width: 500px;
}
#header{
height: 130px;
text-align: right;
}
#header a img{
border:none;
}
#header a{
font-size: 28px;
}
#navi{
padding: 3px;
}
#navi a{
text-decoration: none;
color: #c00;
font-size: 15px;
font-weight: bold;
}
a:hover{
color: #f00;
}
#navi a:hover{
color: #f00;
}
h1{
font-size: 17px;
}
h1 *{
font-weight: 300;
}
h2{
color:#c00;
font-size: 17px;
font-weight: 300;
}
#content{
border-top: 1px solid #c00;
border-bottom: 1px solid #c00;
padding: 10px 0px;
}
#footer{
text-align: right;
padding:4px 0px 10px 0px;
font-size: 9px;
}
#footer a{
font-size: 9px;
text-decoration: none;
}
li{
padding-bottom: 5px;
}
.f{
font-size: 17px;
color: #900;
}
.f2{
color: #900;
font-weight: bold;
}
