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

* {
	margin: 0;
	padding: 0;
}

body {
	background: #ED008C url(../images/background_stripes.jpg) repeat-x;
}

a img{border:0;
}

a:link {
	color: #FFF;
}
a:visited {
	color: #FFF;
}
a:hover {
	color: #000;
}
h1{
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size: 14px;
	font-weight: bold;
	padding-bottom:7px;
}
h2{
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size: 14px;
	font-weight: normal;
	padding-bottom: 50px;
}
h3{
	font-family:Arial, Helvetica, sans-serif;
	color:#2c2c2c;
	font-size: 11px;
	font-weight: regular;
}

#page-wrap{
	margin:0 auto;
	position: relative;
	top:0;
	width:900px;
}
	
#main{
	width:958px;
	margin:0 auto;
	position: absolute;
	height:360px;
	top:188px;
}
#logo{
	width:329px;
	margin:0 auto;
	position: absolute;
	height:157px;
	top:10px;
	left:645px;
}
#text{
	width:958px;
	margin:0 auto;
	position: absolute;
	height:360px;
	top:590px;
	text-align: center;
}