@charset "utf-8";
/* CSS Document */

* {
  margin: 0;
  padding: 0;
}
body {
	background-color: #000000;
	background-image: url(../images/interbg.jpg);
	background-repeat: repeat-y;
}

/*wrapper */
#wrapper {
	width: 924px;
	height: auto;
	margin-top: 0px;
	text-align: left;
	padding-top: 490px;
	padding-left: 100px;
	background-image: url(../images/Interface247-homebg.jpg);
	background-repeat: no-repeat;
}
#newsite {
	width: 280px;
	height: auto;
	margin-right: 20px;
	text-align: left;
	padding-top: 0px;
    float: left;
}
#contact {
	width: 280px;
	height: auto;
	margin-right: 20px;
	text-align: left;
	padding-top: 0px;
    float: left;
}
#login {
	width: 280px;
	height: auto;
	margin-right: 0px;
	text-align: left;
	padding-top: 0px;
    float: left;
}
#legal {
	width: 904px;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	font-weight: normal;
	color: #aaaaaa;
	margin-right: 0px;
	margin-bottom: 30px;
	text-align: left;
	padding: 10px;
	border: 1px solid #8077b7;
}
.clearer {
	font-size: 0px;
	line-height: 0px;
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 0px;
	width: auto;
}
.greytx{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
	font-weight: normal;
	color: #aaaaaa;
}
.whsmall{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	font-weight: normal;
	color: #ffffff;
}
.whitebd{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
	font-weight: bold;
	color: #ffffff;
}
.whitebd a:link, .whitebd a:visited, .whitebd a:active {
	color: #ffffff;
	text-decoration: none;
}
.whitebd a:hover {
	color: #f78f1e;
	text-decoration: none;
}
