/**********************************************
 FRONT PAGE STYLES
 LUISMORRISON.COM
**********************************************/


html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	background-color: #0f151f;
}

img#background {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 490px;
}

#content {
	position: relative;
	z-index: 1;
	width: 693px;
	height: 290px;
	margin: 0 auto;
	padding-top: 320px;
}