/* CSS Document */

body {
	background-color:#e6fbf7;
	padding:50px;
}

#main {
	background-image:url(../images/bg1.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	width:900px;
	height:555px;
	margin:auto;
	padding-top:45px;
	cursor:pointer;
}

#main:hover {background-image:url(../images/bg1_over.jpg);}

#top {
	background-image:url(../images/living.png);
	background-position:center top;
	background-repeat:no-repeat;
	width:900px;
	height:67px;
	padding-bottom:250px;
}

#middle {
	background-image:url(../images/oystergirls-presents.png);
	background-position:center top;
	background-repeat:no-repeat;
	width:900px;
	height:215px;
}

#bottom {
	background-image:url(../images/the-beer-on-high-heels.png);
	background-position:center top;
	background-repeat:no-repeat;
	width:900px;
	height:12px;
}


