/* LAYOUT */
/* ----------------------------------------- */

 

*{
margin:0;
padding:0;
outline:none;
}

.clear{
display: block;
clear: both;
}

.clearwidth{
display: block;
height: 4px;
clear: both;
margin-bottom: 5px;

}

html{

}


body{



background:url(../bgrepeat.jpg) top left repeat-x;
}


#mainContainer{
display: block;
width:976px;
height: 1200px;
margin:0 auto 0 auto;
background: url(../splash.jpg) no-repeat;

}

h1, h2, h3, p{
display: block;
text-indent: -2000em;
}

#mainContainer a{
position: relative;
top:480px;
left:335px;
font-family: Arial, Helvetica, san-serif;
font-weight: bold;
color: #665555;
letter-spacing: -1px;
font-size: 32px;
text-decoration: none;

}

#mainContainer a:hover{

	color: #ff1c6c;

}