
body{
	margin: 0; 
	padding: 0; 
}

#mainbody {
	position:relative;
	width:1008px;
	height:604px;
	text-align: center;
	margin: auto;
	margin-top: 0px;
	background-color: #FFFFFF;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;	
}

#textleft {
	float:left;
	position:relative;
	width:360px;
	height:300px;
	text-align: left;
	top: 150px;
	left: 150px;
}

#buttonright{
	float:left;
	position:relative;
	width:280px;
	height:250px;
	text-align: left;
	top: 200px;
	left: 342px;
}
#loginbutton {
	position:absolute;
	width:145px;
	height:145px;
	text-align: left;
	background-color:#000;
	left: 654px;
	top: -84px;
}
#heycosmologo_large {
	position:relative;
	width:246px;
	height:42px;
	text-align: left;
	background-image: url(images/heycosmologo_lg.png);
	padding-bottom: 9px;
	background-repeat: no-repeat;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

#footer {
	float:left;
	position:relative;
	width:980px;
	height:20px;
	text-align: center;
	margin-top: 0px;
	top: 290px;
	padding-left: 14px;
}





.headingtext {
	color: #424242;
	font-weight: bold;
	font-family: Myriad Pro, Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 2.1;
}

.bodytext {
	color: #424242;
	font-weight: normal;
	font-family: Myriad Pro, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4;
}

.bodytextbold {
	color: #000000;
	font-weight: bold;
	font-family: Myriad Pro, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4;
}

.footertext {
	color: #797979;
	font-weight: normal;
	font-family: tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.4;
}
.footertextright {
	color: #797979;
	font-weight: normal;
	font-family: tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.4;
	text-align: right;
	padding-left: 306px;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #FCAF17;
}
a:active {
	text-decoration: none;
}