@charset "UTF-8";
/* CSS Document */

body {
	background-image:url(images/splash_bkg.jpg);
	background-repeat: repeat;
	margin:0;
	padding:0;
}

/* Box that holds all content */

#container {
	margin: auto;
	border:none;
	width:658px;
	height: 600px;

}

/* Main Content Area */

#bodyblock {
	position:relative;
	width:658px;
	height:600px;
	padding:0;

	
}
