@charset "utf-8";
body {
	background-image: url(images/background_stripes.jpg);
	background-position: center top;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
.container {
	background-image: url(images/white_bg_transparant.png);
	width: 500px;
	margin-top: 100px;
	height: 200px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.container #logo {
	position: absolute;
	top: -45px;
	right: 0px;
}
.container #footer {
	background-image: url(images/footer_traffic.png);
	height: 65px;
	position: absolute;
	
	text-align:center;
	color:#FFF;
	font-weight:bold;
	left: 0px;
	bottom: 0px;
	width: 500px;
}

.container #maincontent{
	padding-top:70px;
	font-style:italic;
	text-align:center;
	font-weight:bold;
	font-size:20px;
}

.webfooter{
	text-align:center;
	color:#FFF;
	font-weight:bold;
	width: 500px;
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
	font-size:0.8em;
}

.webfooter a{
	color:#FFC;
}
	