html,body{
font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
color:#999;
margin: 0px;
background:#fff;
height: 100%;
width:100%;
}

/* =Text Format
----------------------------------------------- */
a{
color:#666;
text-decoration: none;
}
a:visited{
color:#bbb;
}
a:hover{
color:#0a3968;
text-decoration:underline
}

/* =Layout
----------------------------------------------- */ 
.center{
width: 350px;
height: 100px;
position: relative;
left: 50%;
top: 50%;
margin-top: -60px;
margin-left: -175px;
text-align: center;		
}
.logo{
border: 0;
width: 350px;
padding-bottom:20px;
border-bottom: 1px solid #bbb;
}
.links{
font-size:11px;
padding-top:10px;
}
