﻿*{margin:0px; padding:0px; font-family:'Segoe UI'; list-style-type:none;}
body { width:100%; height:100%;}

#mainwrap{ width:1000px; height:auto; border-radius:4px; position:relative; margin:auto; margin-top:15px;}
#topbg{ width:100%; height:290px; background-color:#c8c8c8;}
#topbg #logo{ margin-left:30px; margin-top:180px;}
#bottombg{ width:100%; height:290px; background-color:#959595;}
#bottombg #title{ margin-left:30px; color:white; font-size:38px; font-weight:normal;}
#bottombg #world{ margin-left:30px; width:242px; height:244px; margin-left:60px;}
.textbox{ padding:5px; background-color:#c8c8c8; border-radius:4px; width:100%; border: 1px solid #990000; font-size:18px; }
#loginpane{ background-image:url(images/loginpanebg.png); background-repeat:repeat-x; border-radius:4px; background-color:#C11F41; padding:0px 30px; position:absolute; top:120px; right:30px; margin-right:10px; height:360px; width:280px;}
#loginpane ul{ margin:80px 0px; width:300px; height:100px;}
#loginpane ul li{ width:250px; margin-bottom:6px;}
#loginpane .button{ margin-right:0px; padding:5px; width:90px; text-align:center; font-size:18px; border-radius:4px; border:1px solid #990000; cursor:pointer;}
#loginpane span{color:white; font-size:18px;}

#footer{ text-align:center; color:#959595;}