/* Structure CSS Document */

body {
	margin: 0;
	padding: 0 0 0 0;
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
}

#HomePage {
	margin: 0 auto;
	width: 1002px;
}

#Page {
	margin: 0 auto;
	width: 1002px;
	background: url(../images/gallery-bg.jpg) #000000 no-repeat bottom center;
}

#EmailPage {
	margin: 0 auto;
	width: 1002px;
	background: url(../images/email-bg.jpg) #000000 no-repeat bottom center;
}

#Content {
	width: 642px;
	margin: 10px 0 0 40px;
}

#Info {
	width: 230px;
	float: right;
	margin: 84px 50px 0 0;
}

#FooterOne {
	margin: 0 auto;
	width: 1002px;
	text-align: center;
}

#FooterTwo {
	margin: 0 auto;
	width: 1002px;
	text-align: right;
}