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

@import url('reset.css');

body {
	line-height: 1;
	color: #51565b;
	font-family: Arial, Helvetica, sans-serif;
	font-size:  100%;
	background-color: #e32124;
}

.wrapper{
	width: 800px;
	position: relative;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	margin-top: 0px;
}

.top{
	height: 300px;
	position: relative;
	background-color: #252523;
	background-image: url(img/trent.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	border-bottom-width: 12px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}

.bottom{
	height: 140px;
	position: relative;
	background-color: #e32124;
	background-image: url(img/precast.png);
	background-repeat: no-repeat;
	background-position: center top;
}

.banner{
	width: 500px;
	height: 600px;
	position: absolute;
	z-index: 99999;
	background-image: url(img/banner.png);
	background-repeat: no-repeat;
	float: right;
}

.bottomlogo{
	width: 800px;
	height: 300px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	background-image: url(img/under-con.png);
	background-repeat: no-repeat;
	background-position: center top;
	
}

/*-------- Text ---------------------------*/

#headline{
	position: relative;
	width: 800px;
	color:#FFF;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	text-align: center;
}

#headline>span.main{
	display: block;
	font-family: 'Ubuntu', arial, serif;
	font-size: 26px;
	line-height: 1.5em;
	text-shadow: 1px 1px rgba(0, 0, 0, 1);
}

#headline>span.sub{
	display: block;
	margin-right: 0px;
	font-size: 20px;
	line-height: 1.5em;
	text-shadow: 1px 1px rgba(0, 0, 0, 1);
	margin-bottom: 20px;
}

#headline>span.info{
	display: block;
	font-family: 'Ubuntu', arial, serif;
	font-size: 26px;
	line-height: 1.5em;
	text-shadow: 1px 1px rgba(0, 0, 0, 1);
}

#headline>span.main>a{
	font-size: 26px;
	line-height: 1.5em;
	color:#FFF;
	text-shadow: 1px 1px rgba(0, 0, 0, 1);
	text-decoration:none;
}

#headline>span.main> a:hover{
	color: #000000;
}
