@charset "utf-8";
/* CSS Document */

/* --------- Tags --------- */
body {
	background: #280700;
	width: 770px;
	text-align: center;
	padding: 0;
	margin: 0 auto;
}

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

html,body {
	margin:0;
	padding:0;
}

img {
	border: 0px;
}

/* --------- Classes --------- */

/* --------- Divs --------- */
#homeImageMap {
	position: relative;
	width: 770px;
	height: 580px;
	text-align: center;
	vertical-align: middle;
}

#theVertical{
	position:absolute;
	top:50%;
	margin-top:-300px;/* half image height*/
	left:0;
	width:100%;
}

#theHorizontal {
	width:770px;/* image width*/
	margin-left:auto;
	margin-right:auto;
	height:580px;/* image height*/
}

#thePlaceholder {
	position: relative;
	background: #280700 url(../images/placeholder.jpg) no-repeat center center;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	width: 770px;
	height: 580px;
}