@charset "utf-8";

/* reset */
html, body, div, span, p, a, font, img, tt, dl, dt, dd, ol, ul, li, table, tr, td, input, select, textarea {
	margin:0px;
	padding:0px;
	border:0px;
}
html,body {
	height:100%;
	width:100%;
	text-align:left;
	-webkit-text-size-adjust:none;
	font-family: Arial, Helvetica, sans-serif;
	background:#eeeeee;
	color:#fff;
}

.fixPNG {
	_behavior: url("css/iepngfix.htc");
}

a{
	color:inherit;
	font-size:inherit;
	text-decoration:none;	
}

h1{
	color:#af006d;
}
/* body content */
.outer {
	position:relative;
	width:100%;
	min-height: 100%;
	height: auto !important;
	margin:0px auto;
	z-index:1;
	min-width:1180px;
}

.wrapper{
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:700px;
	z-index:1;
}

.container{
	position:relative;
	width:100%;
	margin:0px auto;
	display:inline-block;
	z-index:10;
	background:url(../images/bg.jpg) no-repeat top center;
}

.content{
	position:relative;
	width:1000px;
	margin:0px auto;
	z-index:10;
	text-align:left;
	padding:0;
	min-height:692px;
}
