@charset "utf-8";

/* ---------- Reset ---------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, 
big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td  {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;	
	vertical-align: baseline;
	background: transparent;
	color: #000;
	font-weight: normal;
}

:focus {
	outline: 0;
}

/* ---- SPLASH --- */

div#Global_Wrapper{
	margin:0px auto;
	width:485px;
	height:auto;
	overflow:hidden;
	margin-top:200px;
}

#IMG_Container{
	background:url(../images/SplashIMG.jpg) no-repeat;
	width:485px;
	height:205px;
	clear:both;
}

div#Click_Container{
	height:17px;
	width:485px;
	margin-top:25px;
}

.Button{
	width:117px;
	background:#a20537;
	height:17px;
	display:block;
	cursor: pointer;
	float:left;
	margin-right:5px;
	text-align:center;
	color:#fff;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	text-decoration:none;
}

	.Button:hover{
		background:#86888c;
	}
	.Button.Last {
		margin-right:0px;
	}

/* ---------- VARIA ---------- */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {
	display: inline-table;
}
	
/* Hides from IE-mac */
* html .clearfix {
	height: 1%;
}
	
.clearfix {
	display: block;
}
/* End hide from IE-mac */