BODY {
	margin:0px;
	font-family:Courier;
	font-size:1em;
	background-color:#020200;
	background-image:url(images/back.jpg);
	background-repeat:repeat-x;
	color:#b08236;
}

IMG {
	border:0px;
}

#container {
	margin-right:auto;
	margin-left:auto;
	width:996px;
	height:531px;
	background-image:url(images/starburst.jpg);
	background-repeat:no-repeat;
}

#content {
	margin-right:auto;
	margin-left:auto;
	width:747px;
	height:524px;
	background-color:#000000;
	background-image:url(images/castle-back.jpg);
	border: 3px solid #445732;
}

#header {
	width:747px;
	height:186px;
	background-image:url(images/header-back.jpg);
	background-repeat:repeat-x;
}

#logo {
	width:290px;
	height:186px;
	background-image:url(images/szamblen-logo.png);
	background-repeat:no-repeat;
	float:left;
}

#top-drink {
	width:290px;
	height:186px;
	background-image:url(images/martini.jpg);
	background-repeat:no-repeat;
	float:right;
}

#yellow {
	width:747px;
	height:13px;
	background-color:#b08236;
}

#main {
	padding-top:10px;
	text-align:center;
}
.large {
	font-size:1.3em;
}
#footer {

}
.topspace {
	height:20px;
}
.clear {
	clear:both;
}
.btn a {
	margin-top:20px;
	margin-right:auto;
	margin-left:auto;
	margin-bottom:15px;
	display:block;
	width:329px;
	height:73px;
	background: url("images/btn-enter.jpg") 0 0 no-repeat;
	text-decoration:none;
	color:#740101;
	line-height:73px;
	font-size:3.5em;
}
.btn a:hover {
	background-position: 0 -73px;
	color:#2eeeef;
}
#brand {
	margin-top:140px;
	margin-right:3px;
	float:right;
	text-align:right;
	font-size:.8em;
}