body {
background-color: black;
color: white;
font-family: Comic Sans MS;
text-align:center;
}
a:link{
color:E7E402;
text-decoration:none;
}
a:visited{
color:E7E402;
text-decoration:none;
}
a:hover{
color:E7E402;
text-decoration:none;
}
a:active{
color:E7E402;
text-decoration:none;
}
.case{
margin:auto;
width : 800px;
height : 800px;
position : relative;
}
.hLogo {
width : 94px ;
top : 20px ;
left:0px;
position : absolute;
}
.hText {
position : absolute;
left : 94px;
width : 714px;
text-align : center;
}
.navPanel {
position : absolute;
top : 200px;
width : 120px;
left:0px;
text-align : left;
}
.mainBody {
position : absolute;
top : 200px;
left : 120px;
width :698px;
text-align : center;
}
.alignLeft{
text-align : left;
}
.yelTitle{
color : E7E402;
}
.left{
position : relative;
float:left;
}
.right{
position : relative;
float:right;
}