/* BODY/HTML */

body {
	margin: 0;
	padding: 0;
	border: none;
	
	color: #000;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	
	background: url(../images/bg_surfer.jpg) #000 fixed center;
	text-align: center;
}

h1 {
	margin: 0;
	padding: 18px 0;
	color: #fff;
}

h2 {
	margin: 0;
	padding: 7px 40px;
}

p {
	margin: 0;
	padding: 0px 40px 20px 40px;
}

ul {
	margin: 0;
	padding: 0 0 20px 55px
}

img {
	margin: 0;
	padding: 0 40px;
}

#page {
	margin: 0 auto;
	padding: 20px 0 0 0;
	text-align: left;
	
	width: 800px;
	position: relative;
}

/***** FIELD SETS *****/

#logo {
	text-align: center;
}

#start {
	top: 160px;
	left: 100px;
	
	z-index: 10;
	position: absolute;
}

#image {
	top: 220px;
	left: 480px;
	
	z-index: 12;
	position: absolute;
}

#content {
	top: 760px;
	left: 430px;
	
	z-index: 15;
	position: absolute;
}

#order {
	top: 920px;
	left: 0px;
	
	z-index: 7;
	position: absolute;
}

#contact {
	top: 910px;
	left: 65px;
	
	z-index: 14;
	position: absolute;
}


/*TOP*/

.corner_top {
	width: 400px;
	height: 80px;
	clear: both;
}

.corner_top_left {
	width: 40px;
	height: 80px;
	background: url(../images/corner_top_left.png) no-repeat;
	float: left;
}

.corner_top_middle {
	width: 320px;
	height: 80px;
	background: url(../images/corner_top_middle.png) repeat-x;
	float: left;
}

.corner_top_right {
	width: 40px;
	height: 80px;
	background: url(../images/corner_top_right.png) no-repeat;
	float: right;
}

/*MIDDLE*/

.middle_part {
	width: 400px;
	background: url(../images/middle.png) repeat-y;
	clear: both;
}

/*BOTTOM*/

.corner_bottom {
	width: 400px;
	height: 40px;
	clear: both;
}

.corner_bottom_left {
	width: 40px;
	height: 40px;
	background: url(../images/corner_bottom_left.png) no-repeat;
	float: left;
}

.corner_bottom_middle {
	width: 320px;
	height: 40px;
	background: url(../images/corner_bottom_middle.png) repeat-x;
	float: left;
}

.corner_bottom_right {
	width: 40px;
	height: 40px;
	background: url(../images/corner_bottom_right.png) no-repeat;
	float: right;
}



