body {
	margin:0;
	padding:0;
	background:#52482C url('images/bg.gif') repeat-y bottom center;
	font-family:tahoma,arial,serif;
	font-size:12px;
}
td,div {
	font-size:12px;
}
a {

}
a:hover {

}
img {
	border:0;
}

#header {
	height:388px;
	text-align:center;
}
	table {
		border-collapse:collapse;
	}
		#header table tr td {
			padding:0;
		}
		
#root {
	width:779px;
}

	#root #content {
		background:#F7DEC3 url('images/smarten-root-bg.gif') repeat-x top;
		padding:0 28px;
	}
	
h3 {
	color:#9C1802;
	font-size:14px;
	margin:0;
	font-weight:bold;
}
p {
	margin:0;
}

div.vs, #guest div div div.vs {
	height:1px;
	margin:8px 0;
	background:url('images/smarten-vs.gif') repeat-x;
}

#code {
	width:376px;
	height:188px;
	background:url('images/smarten-code.gif') no-repeat top left;
	text-align:center;
}
	#code form {
		padding-top:96px;
	}
	#code form input.code {
		border:2px solid #ffffff;
		width:240px;
		background:#E7CEB8;
		font-size:20px;
		margin-bottom:5px;
	}
	
#guest {
	background:url('images/smarten-guest-top.gif') no-repeat top;
	padding-top:70px;
}
	#guest div {
		background:url('images/smarten-guest-bottom.gif') no-repeat bottom;
		padding-bottom:69px;
	}
		#guest div div {
			background:#ffffff url('images/smarten-guest-bg.gif') repeat-x bottom;
			border-left:2px solid #F2F2F2;
			border-right:2px solid #F2F2F2;
			padding:0 38px 0px 12px;
		}
			#guest div div div.vs {
				padding:0;
				border:0;
			}
	
.name {
	text-decoration:underline;
	color:#9C1802;
}
.date {
	color:#949494;
	font-size:10px;
}

#footer {
	height:158px;
	text-align:center;
	background:url('images/smarten-footer-bg.gif') repeat-x bottom;
}