body{background-color: #00aeef;
height: 100%;
padding: 0;
margin: 0; 
font-family:"Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif;
}
a{color:#D60032}
wrapper{}

#logo{position: absolute;left:25%;top:30px;}

#logo a{display:block;background: url(../img/logo.gif) no-repeat;width:279px;height:56px}

#logo a:hover{
background: url(../img/logo-hover.gif) no-repeat;
width:279px;height:56px
}

#main{background-color: #fff;position: absolute;
top: 25%;
left: 25%;
width: 50%;
height: 50%;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
padding:5px;
border: 5px solid #009DD6;
}
#content{-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border: 5px solid #FFF;
}

#navigation{border-bottom:1px solid #E1E1E1;padding-bottom:10px;}
#navigation li{display:inline;}

#prompt-button {margin:0 auto;width:172px;padding-top:30px}
#prompt-button  a{background:url(../img/pm_button.gif) no-repeat;height:46px;width:172px;display:block;text-align:center}
#prompt-button  a:hover{background:url(../img/pm_button_click.gif) no-repeat;height:46px;width:172px;display:block;text-align:center}

/**Login**/
#login{margin:0 auto;width:500px}