HTML Code:
*{
margin:0;
padding:0;
}
#website{
margin:0 auto;
}
h1{
font-weight:bold;
color:#9F79EE;
font-size:45px;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
margin:15px;
}
/*___________ Standard ______________*/
#navi{
margin:0 auto;
width:962px;
height:150px;
text-align: center;
}
#navi ul {
list-style-type:none;
float:left;
}
#navi li{
float:left;
}
#navi a{
padding: 10px 24px;
font:100%/1.1875em "Trebuchet MS", Arial, Helvetica, sans-serif;
width:60px;
height:30px;
font-weight:bold;
color:#ffffff;
margin:20px;
text-decoration: none;
display:block;
font-size:19px;
margin-top:55px;
background:#9F79EE;
margin-bottom:20px;
-webkit-transition: all .2s ease-in-out;
/*box-shadow:0px 0px 2px #555*/
}
#navi a:hover{
background:#A8A8A8;
}
/*___________ Navi ______________*/
#content{
border-top:1px solid #BEBEBE;
width:962px;
height:900px;
margin:0 auto;
}
/*____________ Content ____________*/
#footer{
width:100%;
height:150px;
margin:0 auto;
border-top:1px solid #BEBEBE;
background:url("img/bg.jpg");
}
/*____________ footer ____________*/






