@charset "utf-8";
/* CSS Document */

body {
	margin: 0 auto;
	background-image: url('background.jpg');
	background-repeat: repeat-x;
}

.wrapper {
	background-image: url('backgroundmiddle.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	width: 100%;
	height: 780px;
	display: table;
}

.maindiv {
	width: 915px;
	margin: 0 auto;
}

.breaker {
	width: 915px;
	float: left;
	clear: left;
}

.logo {
	width: 400px;
	height: 90px;
	float: left;
	clear: left;
	display: inline;
	margin-top: 80px;
	margin-left: 25px;
}

.contact {
	width: 150px;
	height: 45px;
	float: left;
	display: inline;
	margin-top: 116px;
	margin-left: 325px;
}

.video {
	width: 500px;
	height: 282px;
	float: left;
	display: inline;
	margin-left: 48px;
	margin-top: 32px;
}

img {border:0;}

.bottom {
	float: left;
	width:640px;
	height: 50px;
	display: inline;
	margin-left: 145px;
	margin-top: 180px;
}

.text {
	width: 700px;
	float: left;
	display: inline;
	margin-left: 80px;
	margin-top: 80px;
	height: 460px;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}


