@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#FFFFFF;
	color:#000000;
	background-image:url(../images/bg.jpg);
	background-repeat: repeat-y;
	background-position:top center;
	background-attachment: fixed;
}

#leftContainer{
	width:600px;
	min-height:465px;
	/*background-color:#336699;*/
	float:left;
}

#adBox{
	width:292px;
	height:137px;
	background-image:url(../images/ad_bg.gif);
	background-repeat:no-repeat;
	margin-top:5px;
	float:left;
}

#rightContainer{
	width:200px;
	height:465px;
	/*background-color:#ff3377;*/
	/*background-image:url(images/home_right_bg.gif);*/
	float:left;
}

#welcomeText{
	width:150px;
	min-height:50px;
	background-image:url(../images/welcome_bg.gif);
	background-repeat:repeat-y;
	padding-left:20px;
	padding-right:30px;
	padding-top:10px;
}

#mainBg{
	width:600px;
	height:973px;
	position:relative;
	background-image:url(../images/downloadbg.gif);
	background-repeat:no-repeat;
}
#mainBg2{
	width:600px;
	height:973px;
	position:relative;
	background-image:url(../images/downloadbg02.gif);
	background-repeat:no-repeat;
}
#topBox{
	width:280px;
	height:60px;
	background-repeat:no-repeat;
	position:absolute;
	padding-top:0px;
	padding-left:0px;
	left:43px;
	top:107px;
}

#middleBox{
	width:295px;
	height:60px;
	background-image:url(../images/signup/midBox_bg.gif);
	background-repeat:no-repeat;
	position:absolute;
	padding-top:50px;
	padding-left:23px;
	left:175px;
	top:270px;
	display:none;
}

#bottomBox{
	width:295px;
	height:120px;
	background-image:url(../images/signup/botBox_bg.gif);
	background-repeat:no-repeat;
	position:absolute;
	padding-top:50px;
	padding-left:23px;
	left:125px;
	top:390px;
	display:none;
}

#submitButton{
	float:left;
	position:absolute;
	left:400px;
	top:314px;
	display:none;
}

