@charset "utf-8";
/* CSS Document */

body {
	background:#000;
	font-family: Arial, Helvetica, sans-serif;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
}
#header {
	background-image: url(images/heading.png);
	height: 370px;
	width: 730px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
}
#Container {
	height:1120px;
	width:800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
}
#RightText {
	float: right;
	height: 340px;
	width: 510px;
	color: #C6C6C6;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
}
#Footer {
	height:450px;
	width:800px;
}
#RightPic {
	background-image: url(images/grad.png);
	float: right;
	height: 420px;
	width: 280px;
	background-repeat: no-repeat;
}
#LeftText {
	font-family: Arial, Helvetica, sans-serif;
	height: 420px;
	width: 400px;
	float: left;
}

#LeftPic {
	background-image: url(images/bar.png);
	float: left;
	height: 340px;
	width: 290px;
	background-repeat: no-repeat;
}

