body {
	background-image: url(../images/bg.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	padding: 0px;
	margin: 0px;	
}
a, a:visited {
	color: #d50000;
	text-decoration: none;
}
#container {
	position: relative;
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#logoHeader {
	width: 760px;
	background-image: url(../images/stripe_bg.gif);
	text-align: right;
	height: 78px;
	padding: 0px;	
	margin: 0px;
}
#redBar {
	width: 100%;
	height: 13px;
	background-color: #D50000;
}
#emailContainer {
	text-align: center;
	margin-top: 30px;
	left: 0px;
	width: 760px;
}
.emailContainer {
	width: 584px;
	height: 79px;
	text-align: center;
}
.email {
	text-align: center;
	width: 184px;
	height: 79px;
	padding: 10px;
}
#contact {
	width: 480px;
	margin-top: 30px;
	left: 140px;;
	position: relative;
}
#contact p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	text-align: justify;
	line-height: 15px;
}
#footer {
x	position: absolute;
x	bottom: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	width: 600px;
	margin: 100px auto;
	font-size: 11px;
x	left: 50%;
x	margin-left: -300px; 
	
}
