@charset "utf-8";
/* CSS Document */
body{background-color:#000000;}

/*float css*/
.left{float:left;}
.right{float:right;}
.clear{clear:both; line-height:1px; font-size:1px;}

/*******main css***********/


.mainwrapper{width:975px; height:800px; background-image:url(../wsimages/bglight.png); background-repeat:no-repeat; background-position:top center; margin:0 auto;}

/*header starts*/
.logo{margin:25px 0 0 50px;}

/*container*/
.toppart{width:974px; height:32px; background-image:url(../wsimages/topwhitebox.png); background-repeat:no-repeat; margin-top:-23px;}
.botpart{width:974px; height:39px; background-image: url(../wsimages/bottomwhitebox.png); background-repeat:no-repeat;}
.midpart{width:974px; background-image:url(../wsimages/centrewhitebox.png); background-repeat:repeat-y;}

/*-content starts here--*/
.contentbox{width:908px; margin-left:30px;}
.leftcontent{width:580px; padding-left:5px;}
.rightcontent{width:290px; padding-right:10px;}

/*footer*/
.footer{padding-left:40px;}

/*blank div*/
.blank{height:100px;}
