body, div, h1, h2, h3, h4, h5, h6, hr, p, ul, li, strong, em, span, img, form, fieldset, label {

	margin: 0;

	padding: 0;

    border: none;

	font-size: 1em;

}

body {
	
	background: #000;

    font: 12px "Kino MT", "Times New Roman", Times, serif;
	
	color: #b79553;

}


/*#### CONTAINER ###########################################################################################################*/

div#container {

	position: relative;
	
	min-width: 980px;
	
	max-width: 1280px;

	height: 580px;

	margin: auto;
	
	overflow: hidden;
	
}

#banner {
	
	position: absolute;
	
	top: 74px;
	
	top: 94px;
	
	left: 50%;
	
	height: 530px;
	
	height: 453px;
	
	margin: 0 0 0 -360px;
	
	margin: 0 0 0 -640px;
	
	overflow: hidden;
	
}

#banner a {
	
	display: block;
	
	background: url(../images/pages/button-skipintro.gif) no-repeat;
	
	width: 93px;
	
	height: 18px;
	
	margin: 0 auto;

    /* hide from IE Mac \*/

    text-indent: -999em;

    overflow: hidden;

    /* end hide */

}

#banner a:hover {
	
	background: url(../images/pages/button-skipintro.gif) left bottom no-repeat;
	
}