@charset "UTF-8";
body {
	margin: 0px;
	background-attachment: fixed;
	background-image: url(images/back_verloop.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #DA1D27;
}
#container {
	height: 800px;
	width: 1024px;
	position: relative;
	margin: auto;
	background-attachment: scroll;
	background-image: url(images/back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#container_pos {
	height: 800px;
	width: 1024px;
	position: relative;
	margin: auto;
	background-attachment: scroll;
	background-image: url(images/posponed.jpg);
	background-repeat: no-repeat;
	background-position: center 30px;
}
#button {
	height: 71px;
	width: 307px;
	margin-top: 131px;
	margin-left: 510px;
	position: absolute;
}

#button2 {
	height: 66px;
	width: 330px;
	margin-left: 34px;
	position: absolute;
	margin-top: 60px;
}

#container2 {
	height: 800px;
	width: 1024px;
	position: relative;
	margin: auto;
	background-attachment: scroll;
	background-image: url(images/back3.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#container3 {
	height: 800px;
	width: 1024px;
	position: relative;
	margin: auto;
	background-attachment: scroll;
	background-image: url(images/back_desena.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#route {
	height: 300px;
	width: 260px;
	border: 1px solid #FFFFFF;
	margin-top: 300px;
	margin-left: 170px;
	font-family: "Trebuchet MS";
	font-size: 13px;
	line-height: 16px;
	color: #FFFFFF;
	position: absolute;
	background-color: #8D1419;
	overflow: auto;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	z-index: 10;
}

#contest {
	height: 300px;
	width: 230px;
	border: 1px solid #FFFFFF;
	margin-top: 300px;
	margin-left: 70px;
	font-family: "Trebuchet MS";
	font-size: 13px;
	line-height: 16px;
	color: #FFFFFF;
	position: absolute;
	background-color: #8D1419;
	overflow: auto;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	z-index: 10;
}

.subheading {
	color:#FFFF00;
	font-weight:bold;
}

.subheading a{
	color:#FFFF00;
	text-decoration: underline;
}
.subheading a:hover{
	color:#CC3333;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

