body {
	text-align : center;
}

#main {
	background-color : #f99f35;
	background-image : url(images/diamond.png);
	width : 100%;
	height : 1200px;
	text-align : center;
}

img {
	border : 0;
}

div.layoutbox {
	width : 800px;
	height : 600px;
	text-align : center;
}

div.crossbar {
	position : relative;
	top: 450px;
	background-image : url(images/white.png);
	border : 1.2px #000000 dashed;
	text-align : center;
	padding : 3px 0 3px 0.5%;
	width : 99%;
}

#buttonbox {
	position : relative;
	text-align : center;
	width : 800px;
	top : 0px;
	margin-right : auto;
	margin-left : auto;
}

div.button-left {
	position : absolute;
	left : 50px;
	top : 250px;
}


div.button-mid1 {
	position : absolute;
	left : 230px;
	top : 250px;
}

div.button-mid2 {
	position : absolute;
	left : 410px;
	top : 250px;
}

div.button-right {
	position : absolute;
	left : 590px;
	top : 250px;
}

#bottom {
	position : relative;
	top : 1000px;
}

#squirrel {
	width : 100%;
	position : relative;
	top : 1015px;
	text-align : left;
}

.copyright {
	position : relative;
	font-size : 9px;
	padding-left : 200px;
}

