/* "CTF Contest" CSS File */
/* By Tom 'zpqrei' Pritchard */
/* tom@tom-pritchard.co.uk */
/* http://www.tom-pritchard.co.uk */
/* CSS Document */

/* Important Stuff! */
body {
	margin:0; 
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#4e4f51;
	color:#c9c9c9;
	font-size:11px;
	background-image:url(img/background1.jpg);
	background-repeat: repeat-x;
}

#content{
background-image:url(img/base.jpg);
background-position:top;
background-position:center;
background-repeat:no-repeat;
height:1748px;
}

#pageContainer {
	width:880px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#c9c9c9;
	padding:0;
	margin:0;
	line-height:18px;
	position:relative;
}

/* Text Stuff */

p {
	margin:0;
	padding:0;
	line-height:22px;
	font-size:14px;
	color:#c9c9c9;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
}

a {
	color:#c9c9c9;
	font-size:14px;
	text-decoration:none;
}

a:hover {
	color:#faeac9;
}

/* Hovers */

#download
{
	position: absolute;
	left: 520px;
	top: 784px;
	display: block;
	width: 143px;
	height: 20px;
	background: url("img/download.jpg") no-repeat 0 0;
}

#download:hover
{ 
	background-position: 0 -21px;
}

#play
{
	position: absolute;
	left: 675px;
	top: 784px;
	display: block;
	width: 60px;
	height: 20px;
	background: url("img/play.jpg") no-repeat 0 0;
}

#play:hover
{ 
	background-position: 0 -21px;
}

#vote
{
	position: absolute;
	left: 745px;
	top: 784px;
	display: block;
	width: 70px;
	height: 20px;
	background: url("img/vote_notyet.jpg") no-repeat 0 0;
}

/*#vote:hover
{ 
	background-position: 0 -21px;
} */

/* Text boxes/Other stuff */

#text_intro {
	position:absolute;
	width:450px;
	top:590px;
	left:65px;
}

#text_intro2 {
	position:absolute;
	width:450px;
	top:730px;
	left:65px;
}

#servers {
	position:absolute;
	top:1545px;
	left:65px;
}

#servers2 {
	position:absolute;
	top:1545px;
	left:500px;
}

#copyright {
	position:absolute;
	width:610px;
	top:1665px;
	left:225px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#c9c9c9;
	line-height:11px;
}

#copyright span {

}

#copyright a { 
	font-size:10px;
	color:#c9c9c9;
}

#copyright a:hover{
	color:#faeac9;
}
