@charset "UTF-8";

body {
	background-color: #440000;
	margin: 0px;
	background-image: url(../images/entry_image.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#container {
	margin: 0 auto 0 auto;
	height: 700px;
	width: 1024px;

}