@charset "utf-8";
/* CSS Document */

body {
	background-color:#000;
	margin: 0 0 0 0;
}

#container {
	background: url(background-6-2.jpg);
	width: 1000px;
	height: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#flash-header {
	background: url(logo%20moving.jpg) center no-repeat;
	width: 603px;
	height: 159px;
	margin-left: auto;
	margin-right: auto;
}

#content {
	width: 775px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
}

#halfday {
	float: left;
	text-align: left;
	width: 300px;
	height: 200px;
	margin-left: 160px;
	margin-top: 20px;
}

#fullday {
	float: left;
	text-align: left;
	width: 300px;
	height: 200px;
	margin-left: 10px;
	margin-top: 20px;
}

#finish {
	clear: both;	
	width: 440px;
	height: 50px;
	margin-top: 120px;
	margin-left: auto;
	margin-right: auto;
}

#deposit {
	float: left;
	width: 200px;
}

#cart {
	float: left;
	width: 200px;
	margin-left: 40px;
}

#info {
	width: 600px;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
}

	
