html {
	height: 100%;
}

body {
	position: relative;
	height: 100%;
	font-family: HelveticaNeue-Light, Helvetica, Arial, sans-serif;
	padding: 0px;
	margin: 0px;
	background: url(images/bodybg.png) repeat;
}

#top {
	height: 280px;
	padding-top: 75px;
	background: url(images/shadowtopbg.png) top repeat-x, url(images/graybg.png) repeat;
}

#bottom {
	padding-top: 50px;
	background: url(images/shadowbg.png) top repeat-x, url(images/bluebg.png) repeat;
	position: absolute;
	width: 100%;
	top: 355px;
	bottom: 0px;
}

#container {
	margin: 0px auto;
	width: 800px;
	height: 250px;
}

#center {
	margin-top: 30px;
	height: 250px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#left {
	float: left;
	width: 500px;
	height: 250px;
}

#right {
	float: right;
	width: 280px;
	height: 250px;
}

.quote {
	margin-bottom: 20px;
}

input[type="text"] {
	font-family: HelveticaNeue-Light, Helvetica, Arial, sans-serif;
	font-size: 11px;
	padding: 5px;
	margin-bottom: 15px;
	width: 200px;
}

input[type="text"]:focus { 
	background-color: #E4E4E4;
}

input[type="image"] { 
	margin-left: -4px;
}

textarea {
	font-family: HelveticaNeue-Light, Helvetica, Arial, sans-serif;
	font-size: 11px;
	padding: 5px;
	height: 50px;
	width: 240px;
	margin-bottom: 15px;	
}

textarea:focus { 
	background-color: #E4E4E4;
}


#buttons {
	position: relative;
	margin-top: 17px;
	height: 40px;
}

#twitter {
	position: absolute;
	left: 66px;
}

#facebook {
	position: absolute;	
	top: 2px;
}