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

body {
	margin: 0px;
	background-color: #565656;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	font-family:Arial, Helvetica, sans-serif;
}
h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:50px;
	color:#616261;
	font-weight: normal;
	text-align:left;
	margin: 0;
}
h2 {
	font-size:13px;
	color:#121212;
	font-weight: bold;
	text-align:left;
	margin: 0;
}
p {
	font-size:12px;
	color: #666666;
	text-align: left;
	line-height: 19px;
}
#main {
	height: 550px;
	width: 100%;
	margin: 20px 0 0 0;
}
#main-left {
	background-image: url(images/bg-left.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	height: 550px;
	width: 50%;
	float:left;
	margin-right: -1px;
}
#main-right {
	background-image: url(images/bg-right.jpg);
	background-color: #e8e8e8;
	background-repeat: no-repeat;
	background-position: left center;
	height: 550px;
	width: 50%;
	float:left;
}
.right {
	float:right;
	clear:both;
}
.left {
	float:left;
	clear:both;
}
#heading-left {
	margin: 0;
	width: 325px;
	float:right;
}
#heading-left h2 {
	margin: 35px 0 0 0;
}
#copy-left {
	margin: 10px 20px 0 0;
	width: 305px;
	float:right;
}

#heading-right {
	margin: 50px 0 0 20px;
	width: 325px;
	float: left;
}
#copy-right {
	margin: 10px 0 0 20px;
	width: 305px;
	float: left;
}
#button {
	margin: 20px 0 0 13px;
	width: 325px;
	height:105px;
	float: left;
}
#button a{
	width: 325px;
	height:105px;
	float: left;
	background:url(images/go-sprite.jpg) no-repeat 0px -105px;
}
#button a:hover{
	background:url(images/go-sprite.jpg) no-repeat 0px 0px;
}
