/* === MAIN === */

body
{

	background: #000;
	text-align: center;

	margin: 0px;
	padding: 0px;

}

#main
{

	background: url(../img/background.jpg);
	background-repeat: no-repeat;

	width: 1001px;
	height: 1002px;

	margin-left: auto;
	margin-right: auto;
	margin-top: -40px;

	padding-top: 40px;

	text-align: left;

}

#content
{

	background: url(../img/goodie_bag.jpg);
	background-repeat: no-repeat;

	margin-left: auto;
	margin-right: auto;
	margin-top: 69px;

	width: 692px;
	height: 709px;

	font-family: verdana;
	font-size: 11px;
	color: #4E3B19;

}

img
{

	border: 0px;

}

#enter
{

	position: relative;
	top: 15px;
	left: 200px;

	width: 319px;
	height: 37px;

}

#buy
{

	position: relative;
	top: 400px;
	left: 440px;

	width: 226px;
	height: 96px;

}