@charset "utf-8";
/* CSS Document */

#outer {
	margin:0 auto 0 auto;
	width: 100%;
	height: 100%;
}

#background {
	margin:auto;
	width: 1024px;
	height: 841px;
	background-image:url(../images/Christmas-Back-1024.jpg)
}

#winners {
	margin:auto;
	width: 1024px;
	height: 841px;
	background-color:#000000;
}

#text {
	margin:auto;
	position:relative;
	top:352px;
	width: 436px;
	height: 105px;
}

#text1 {
	margin:auto;
	position:relative;
	top:352px;
	width: 370px;
	height: 90px;
	padding-right:66px;
}

#text2 {
	margin:auto;
	position:relative;
	top:352px;
	width: 370px;
	height: 20px;
	padding-right:66px;
}

body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#FFFFFF;
	background-color:#000000;
	margin-top:0;
}

a {
	color:#FFFFFF;
}

h1 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FFFFFF;
	margin-top:0;
} 