body {
background-color:#95B9C7;
}

#main{

position: relative;
left: 50%;
width: 700px;
margin-left: -380px;
background-color: #95B9C7;
}


#menu{
float:left; 
width:30%;
height: 150px;
background-color: #F0FFFF;
border-radius: 10px 0px 0px 10px;
}


#balance{
float:left; 
width:70%;
height: 250px;
background-color:#F0FFFF;
border-radius: 0px 10px 10px 0px;
text-align: center;
}

#balance > a{
text-decoration:none;
font-family: Times New Roman;
font-size: 20px;
margin-top:30px;
color : #879096;
}
#balance > p{
font-family: Times New Roman;
font-size: 20px;
margin-top:30px;
color : #879096;
}

#balance > table{
margin-top: 11px;
margin-left: 30px;
}

#footer{
padding-top: 5px;
clear: both;
width: 700px;
}

#footer > p {
text-align: center
}

a{
text-decoration : none;
color : #879096;
}

a:hover {
  color:#E5E4E2;
}

#menu > table{
margin-top:10px;
}

td {
border-style: none;
border-radius: 0px 10px 0px 10px;
background-color: #990012;
margin:10px;
padding:10px;
height:20px;
text-align:center;
}