You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

34 lines
527 B
CSS

body{
width:100%;
font-size:100%;
top: 0px;
line-height:140%;
word-wrap:break-word;
text-rendering:optimizelegibility;
margin:0 auto;
font-family : "lucida grande", "gill sans", arial, sans-serif;
}
header{
background-color:#A60800;
width: 100%;
overflow: hidden;
height: auto;
}
header h1{
display: block;
font-size:300%;
color:#FFF;float: left;
width: 45%;
margin-left: 5%;}
header nav{
display: block;
width: 45%;
color:#FFF;
float: right;
}
#menus{
width:100%;
}