html {
	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
body {
	margin: 0;
	padding: 0;
}
a {
   outline: none;
}
.clear{
	clear:both;
}

div.home_content {margin:auto;
	background: #ffffff url(../images/home_bg4.jpg) no-repeat top right;
	width:930px;
	height:100%;
	padding-bottom:0px;}

div.home_content_newimg {margin:auto;
	width:930px;
	height:100%;
	padding-bottom:0px;}

#Container {
	margin: 40px 0 0 40px;
	width:732px;
}
#LogoCont {
	height:238px;
	width:732px;
	background: url(../images/logo.png);
}
#ButtonsCont {
	margin: 0 auto;
	margin-top: 40px;
	height:114px;
	width:557px;
}
#FooterCont {
	margin: 0 auto;
	margin-top: 20px;
	height:86px;
	width:241px;
}


div.footer {font-family:arial;
	width:350px;
	padding-top:210px;
	clear:both;
	color:#e0b7b7;
	text-align:center;
	font-size:7pt;}

div.text {margin-top:15px;
	width:620px;
	font-family:Arial;
	font-size:11pt;
	margin-left:30px;
	color:black;}

td.press {vertical-align:top;
	font-size:9pt;}

a {color: #e0b7b7;
	text-decoration:none;}

a.no_underline {text-decoration:none;}