body {
	background-color: #000000;
}

a {
	color: #CC3333;
}

#main_image {
	position: absolute;
	width: 900px;
	height: 350px;
	background-color: #FFFFFF;
	background-image: url('http://www.whatsyourbecause.com/because-hp-black-bg.jpg');
	border-bottom: 1px solid #000000;
	top: 10px;
	margin-left: auto;
	margin-right: auto;
}



#overlay {
	position: absolute;
	top: 48px;
	left: -8px;
}

#content {
	width: 900px;
	height: 1650px;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	font-family: tahoma;
	font-size: 12px;
}

#content h1 {
	font-size: 26px;
}

#content h2 {
	font-size: 18px;
}

#inside {
	position: absolute;
	top: 375px;
	width: 550px;
	padding-left: 20px;
	padding-right: 100px;
}

#right_bar {
	position: relative;
	z-index: 99;
	width: 208px;
	height: 500px;
	background-color: #FFFFFF;
	float: right;
	margin-right: 20px;
	top: 300px;
	border: 1px solid #CCCCCC;
}

#right_bar p{
	padding: 5px;
	font-size: 80%;
}

#right_bar a {
	text-decoration: none;
	color: #FFFFFF;
}

#right_bar ul{
	border:0px;
	margin:0px;
	margin-left: -2px;
	margin-top: -1px;
	padding:0px;
	height: 280px;
}

#right_bar li {
	width: 180px;
	height: 35px;
	background-color: #CC3333;
	list-style: none;
	padding: 3px 10px 3px 10px;
	margin: 5px;
	border: 1px solid #CCCCCC;
	font-family: arial;
	text-transform: uppercase;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
	line-height: 35px;
}

#right_bar li:hover {
	background-color: #CC6666;
}

#footer {
	position: absolute;
	top: 1650px;
	width: 900px;
	background-color: #000000;
	color: #FFFFFF;
	font-size: 10px;
	padding: 20px;
}

.red {
	color: #CC3333;
}

.fields {
	font-size: 13px;
}

.main_field {
	height: 35px;
	width: 560px;
	border: 1px solid #CC3333;
	font-size: 25px;
}

.other_field {
	height: 35px;
	width: 183px;
	border: 1px solid #CC3333;
	font-size: 25px;
}

.submit_field {
	height: 35px;
	width: 120px;
	border: 1px solid #CC3333;
	background-color: #CC6666;
	font-size: 20px;
}

.submit_field:hover {
	background-color: #CC3333;
}