/* CSS Document */
body {
margin:0px;
padding:0px;
background-color:#51b9ff;
}

#splashcontainer {
	position:absolute;
	width:100%;
	height:100%;
	padding:0px;
	top:-200px;
	background-color:#51b9ff;
}

#splashimage {
background-image:url(../images/wildcowhills.jpg);
background-repeat:repeat-x;
background-position: center;
position:absolute;
height:1000px;
width:100%;
min-width:800px;
}

#splashtext {
background-image:url(../images/thewildcows.jpg);
background-repeat:no-repeat;
background-position: center;
position:absolute;
margin-top: 200px;
height:481px;
width:100%;
min-width:800px;
}






