/* Layout file */

body {
	text-align: center;
}

#wrapper {
	position: absolute;
	width: 870px;
	margin-left: -435px;
	left: 50%;
	margin-top: 0px;
	height: 800px;
}
#main {
	position: relative;
	width: 870px;
	margin-left: auto;
	margin-right: auto;
	height: 742px;
}
#footer {
	width: 870px;
	height: 26px;
	margin-left: auto;
	margin-right: auto;
}

/* Content divs */
#bullets {
	position: absolute;
	bottom: 0px;
	left: 40px;
	width: 350px;
	text-align: left;
}
#tooshort {
	position: absolute;
	bottom: 50px;
	right: 27px;
	width: 450px;
	text-align: right;
}
#quote {
	position: absolute;
	top: 210px;
	right: 30px;
	width: 200px;
	text-align: left;
}
	
#menu {
	position: absolute;
	top: 45px; 
	width: 130px; 
	left: 0px;
	text-align: right;
}

div {
	/*border: 1px solid red;*/
}