html, body {
	width:100%;
	height:100%;
}

body {
	margin:0;
	padding:0;
	background-color:#0A0000;
}

table {
	width:100%;
	height:100%;
}

#container {
	width:980px;
	height:680px;
	margin:0 auto;
	overflow:hidden;
}

h1 {
	width:281px;
	height:38px;
	background:url(../images/selection.gif) no-repeat;
	margin:88px auto 14px;
	text-indent:-9999px;
	overflow:hidden;
	position:relative;
	left:6px;
}

p {
	width:324px;
	height:32px;
	background:url(../images/copy.gif) no-repeat;
	margin:0 auto 10px;
	text-indent:-9999px;
	position:relative;
	left:3px;
}

#wrapper {
	margin-left:154px;
}
.selection {
	float:left;
}
#luxury {
	width:192px;
}
#intelligence {
	width:193px;
	margin-left:53px;
}
#christmas {
	width:267px;
	margin-left:49px;
}

#copyright {
	width:297px;
	height:9px;
	background:url(../images/copyright.gif) no-repeat;
	margin:170px 1px 0 0;
	overflow:hidden;
	text-indent:-9999px;
	float:right;
}

.clear {
	clear:both;
	height:0px;
	overflow:hidden;
}