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

body {
	margin: 0px 0px; padding: 0px 0px;
	background: #000000 url(../images/bg.jpg) no-repeat top center;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	}
	
a { color: #C10000; }
a:hover { text-decoration: none; }
a:visited { color: #C10000; }	

img { border: none !important; }
	
h3 {
	margin: 0px;
	color: #E1782B;
	font-size: 11pt;
	}

div#page { width: 1000px; margin: 0px auto; }
div#header { width: 1000px; }
div#content { width: 1000px; background: url(../images/frame-bg.png) repeat-y; }
div#content #top-frame { width: 1000px; height: 100px; background: #000000 url(../images/top-frame-pcsweeps.jpg); }
div#content #left-frame { float: left; }
div#content #mid-body { float: left; width: 942px; min-height: 245px; background: #000000 url(../images/bg-tile-grey.jpg) repeat; }
div#content #right-frame { float: right; }
div#content #bot-frame { clear:both; width: 1000px; height: 43px; background: #000000 url(../images/bot-frame-pcsweeps.jpg); }
div#footer { width: 1000px; margin: 5px 0px 20px 0px; text-align: center; font-size: 7pt; color: #CCCCCC; }

/* PC Sweepstakes */
div#pcsweeps {
	width: 942px;
	height: 900px;
	margin: 0px 0px;
	background: url(../images/content-bg-pcsweeps.jpg) no-repeat top;
	position: relative;
	}

div#pcsweeps .title {
	width: 942px;
	text-align: center;
	}
	
div#pcsweeps .buybox {
	width: 183px;
	height: 199px;
	position: absolute;
	left: 0px;
	top: 0px;
	}

div#pcsweeps .social {
	width: 140px;
	height: 24px;
	position: absolute;
	right: 20px;
	top: 0px;
	}

div#pcsweeps .prizesphoto {
	width: 516px;
	height: 385px;
	}
	
div#pcsweeps .partners {
	width: 516px;
	height: 95px;
	text-align: center;
	}

div#pcsweeps .entryform {
	width: 336px;
	height: 359px;
	padding: 45px 45px 55px 45px;
	position: absolute;
	right: 0px;
	top: 144px;
	color: #555555;
	font-size: 8pt;
	font-weight: bold;
	}
	
div#pcsweeps .textfield {
	width: 205px;
	font-family: Arial, Helvetica, sans-serif;
	}
	
div#pcsweeps .submitbtn {
	margin-top: 10px;
	width: 80px;
	font-family: Arial, Helvetica, sans-serif;
	}

div#pcsweeps .prize1 {
	width: 284px;
	padding: 15px;
	float: left;
	color: #F2E0B0;
	}
	
div#pcsweeps .prize2 {
	width: 284px;
	padding: 15px;
	float: left;
	color: #F2E0B0;
	}
	
div#pcsweeps .prize3 {
	width: 284px;
	padding: 15px;
	float: left;
	color: #F2E0B0;
	}
	
div#pcsweeps .prizea {
	width: 568px;
	padding: 15px;
	float: right;
	color: #F2E0B0;
	}

