/* CSS Code By Rob Lee Potts */
/* Copyright 2009 to Keith McCoy for JohnnyMcGuires.com */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #171E11 url(_img/background.png);
	margin: 0;
	padding: 0;
	font-size: 100.01%;
	text-align: center;
	color: #000000;
}
img {
	border: 0;	
}
#container {
	width: 600px;
	height: 380px;
	top: 50%;
	left: 50%;
	margin-left: -300px;
	margin-top: -190px;
	background: #E7E1D8 url(_img/backgroundmain.jpg);
	background-position: center;
	border: #B7762A 2px solid;
	position: absolute;
}
#innercontainer {
	margin-top: 80px;
}
	
/* menu rollovers */
a.aspen {
	float: left;
	display: block;
	text-decoration: none;
	width: 148px;
	height: 148px;
	background: url(_img/splashaspen.png);
	border: #B7762A 2px solid;
	margin: 25px;
	}

a.aspen:hover {
	background-position: -148px 0;
	}
a.aspen:active {
	background-position: -296px 0;
	}
a.vegas {
	float: right;
	display: block;
	text-decoration: none;
	width: 148px;
	height: 148px;
	background: url(_img/splashvegas.png);
	border: #B7762A 2px solid;
	margin: 25px;
	}

a.vegas:hover {
	background-position: -148px 0;
	}
a.vegas:active {
	background-position: -296px 0;
	}
.displace {
	position: absolute;
	left: -5000px;
	}
.clearfloat {
	float: none;	
}
.choose {
	font: 1.1em Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}
/* menu rollovers */