@charset "utf-8";
/* CSS Document */
body{
	margin-top:0px;
}
#mainbody{
	vertical-align:middle;
	width:100%;
	height:100%;
	position:absolute;
	top:35%;
}
		#middiv{
			width:666px;
			height:144px;
		}
			#leftimage{
				width:261px;
				height:144px;
				float:left;
				background:url(../images/leftimage_newlanding.jpg) no-repeat;
			}
			#rightimage{
				width:261px;
				height:144px;
				float:left;
				background:url(../images/leftimage_newlanding.jpg) no-repeat;
			}
				#leftimagewrapper{
					font-size:43px;
					font-family:Arial, Helvetica, sans-serif;
					padding-top:55px;
				}
					#leftspanidleft{
						color:#776b3a;
					}
					#leftspanidright{
						color:#3a5577;
					}
			#midlogo{
				width:144px;
				height:144px;
				background:url(../images/logo_newlanding.jpg) no-repeat;
				float:left;
			}
			#glowimage{
				width:261px;
				height:144px;
				float:left;
				background:url(../images/rightimage_newlanding.jpg) no-repeat;
			}
				#rightimagewrapper{
					font-size:43px;
					font-family:Arial, Helvetica, sans-serif;
					padding-top:55px;
				}
					#rightspanidleft{
						color:#776b3a;
					}
					#rightspanidright{
						color:#3a5577;
					}
					
						a.linkmain{
							text-decoration:none;
						}
		
	


