@charset "utf-8";

/* BASE LAYOUT */
/* -------------------------------------- */

* {
	border: 0;
	margin: 0;
	padding: 0;
}

a {
	outline: none;
}

body {
	background-color: #C0C0C0;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
	text-align: center;
}

#container {
	margin: 0 auto;
	width: 800px;
}

#omniture {
	display: none;
}


/* MAIN CONTENT */
/* -------------------------------------- */

/* \*/
* html #mainContent { /* IE6 BUG FIX */
	height: 1%;
} 
/* */

#mainContent {
	margin: -81px 0 0 26px;
	position: relative;
	z-index: 1;
}

h1 {
	font-size: 18px;
}

#bottomCopy {
	margin-top: 15px;
}

#buttons {
	margin-top: -45px;
	position: relative;
	z-index: 2;
}

#buttons img {
	vertical-align: middle;
}

#logos {
	clear: both;
}

#logos #logoAsi {
	float: right;
	margin-right: 55px;
}

#logos #logoPpai {
	float: left;
	margin-left: 55px;
}

#splash {
	background: url(/web/images/promotions/splash_bg.jpg) no-repeat;
	height: 600px;
	margin-top: 30px;
	position: relative;
	width: 800px;
	z-index: 1;
}

#topCopy {
	margin-top: 40px;
}
