/************************************************************************************************/
/************************************************************************************************/
/************************************************************************************************/
/* TAGS */

body{
	margin: 0;
	padding: 0;
	
	color: #FFFFFF;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	line-height: 21px;
	font-weight: normal;
	/* background: #000000 url(../../media/diag_bg_black.gif); */
	background-color: #000;
	min-height: 900px;
	height: 900px;
	overflow: hidden;
}

img {
	border-width: 0px;
}

input, textarea {
	position: relative;
	padding: 6px;
	margin-bottom: 10px;
	border:#666 1px solid;
	color: #000;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	
	clear: both;
}

ol {
	color: #A40009;
	margin: 0px 0px 0px 20px;
	padding: 0px;
}

ol li {
	margin-bottom: 10px;
}

ol li span {
	color: #ffffff;
}

ul.winnerlist {padding-left: 0; padding-right: 10px; float: left; list-style-type: none; padding-top: 5px; padding-bottom: 5px; margin: 0 0 3px 0;
}

ul.winnerlist li {
margin-bottom: 0px;
}

#listbtm {clear: both; font-size: 11px; line-height: 12px; padding-bottom: 10px;}

/************************************************************************************************/
/************************************************************************************************/
/************************************************************************************************/
/* LINKS */

a {text-decoration: none; outline: none;}
a.line {text-decoration: underline; outline: none;}

a:link {color: #A40009;}
a:visited {color: #A40009;}
a:hover {color: #ffffff;}
a:active {color: #A40009;}

/************************************************************************************************/
/************************************************************************************************/
/************************************************************************************************/
/* STRUCTURE */

html, body {
	height: 100%;
}

#container {
	position: absolute;
	top: 0px;
	left: 50%;
	width: 960px;
	height: 100%;
	margin-left: -480px;
	/* background: #1f1f1f url(../../media/total_bg.jpg) no-repeat;
	background-position: -120px 0px; */
	background-color: #000000;
	z-index: 1;
}

#total_bg {
	position: absolute;
	top: 0px;
	left: -120px;
}

#arm {
	position: absolute;
	top: 0px;
	left: -50px;
}

#copy_bg {
	position: absolute;
	top: 150px;
	right: 40px;
	z-index: 5;
}

#nav_home {
	position: absolute;
	top: 155px;
	right: 425px;
	width: 110px;
	height: 60px;
	background-image:url(../../media/home.png);
	z-index: 999;
	cursor: pointer;
}

#nav_rules {
	position: absolute;
	top: 155px;
	right: 255px;
	width: 160px;
	height: 60px;
	background-image:url(../../media/the_rules.png);
	z-index: 999;
	cursor: pointer;
}

#nav_art {
	position: absolute;
	top: 155px;
	right: 55px;
	width: 180px;
	height: 60px;
	background-image:url(../../media/submit_art.png);
	z-index: 999;
	cursor: pointer;
}

.nav_on {
	background-position: 0 0px;
}

.nav_off {
	background-position: 0 -120px;
}

.nav_hover {
	background-position: 0 -60px;
}

#copy {
	position: absolute;
	top: 210px;
	right: 50px;
	width:470px;
	height: 370px;
	z-index: 6;
	
	color: #eeeeee;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	z-index: 5;
}

#upload_button {
	position: absolute;
	right: 0px;
    top: 345px;
	cursor: pointer;
}

.address {
	font-size: 11px;
	line-height: 14px;
}

.red {
	color: #A40009;
}

.gray {
	color: #666666;
}

.dark_gray {
	color: #333333;
}

.homeTitle {
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
}

#footer {
    position: absolute;
	left: 0px;
    bottom: 0px;
	width: 100%;

	color: #888888;
	font-size: 10px;
	text-align: center;
	z-index: 3;
}

#slideshow {
    position: absolute;
	left: 0px;
    bottom: 20px;
	width: 960px;
	height: 150px;

	color: #888888;
	font-size: 10px;
	text-align: center;
	z-index: 3;
	overflow: hidden;
}

#slideshow #scroller {
    position: absolute;
	left: 0px;
    bottom: 0px;
}

#left {
    position: absolute;
	left: -35px;
    bottom: 40px;
	cursor: pointer;
}

#right {
    position: absolute;
	right: -35px;
    bottom: 40px;
	cursor: pointer;
}

#slideshow #scroller img {
	position: absolute;
	bottom: 0px;
	cursor: pointer;
}

#footer img {
	margin-bottom: -12px;
}

#fog {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #000000;
	z-index: 99999;
}

#alert {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 500px;
	height: 500px;
	margin-left: -250px;
	margin-top: -250px;
	/* background-color: #FFFFFF; */
	text-align: center;
	z-index: 999999;
	display: none;
}

.preload {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}


/************************************************************************************************/
/************************************************************************************************/
/************************************************************************************************/

/***Extended Banner***/
#extended {
	position: absolute;
	top: 0px;
	right: 0px;
	width:107px;
	height: 87px;
	z-index: 7;
}


