@charset "utf-8";
/* CSS Document */

html, body{ 
	height:100%;
	background: #2ba4dd;
	margin: 0;
	padding: 0;
}

#bodyDiv{
	overflow: hidden;
	background: #005a8e url(../images/summer/bg.jpg) left bottom repeat-x;
	margin: 0 0 0px 0;
}

#bgArt{
	background: url(../images/summer/bg_art.jpg) center bottom no-repeat;
	margin: 0 0 0 0;
}

#contentBot{
	position: relative;
	width: 952px;
	height: 106px;
	background: url(../images/summer/bg_content_bot.jpg) left bottom no-repeat;
}
