@charset "utf-8";
/* CSS Document */

body
{
	background: #9d0a0e;
	margin: 10px;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#page_holder
{
	margin: auto;
	width: 538px;
	height: 360px;
	text-align: center;
}

#welcome
{
	width: 538px;
	height: 360px;
	background: url(welcome.jpg) no-repeat;
}

#enter
{
	width: 377px;
	height: 61px;
	background: url(enter.jpg) no-repeat;
	cursor: pointer;
	margin-left: auto;
	margin-right: auto;
}