/*
*
*	Open Doors 2010
*
*/

body {
	margin: 50px 0px 40px 0px;
	padding: 0px;
	background-color: #000000;
	background-image: url(../images/bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	color: #FFFFFF;
}
h1 {
	display: block;
	width: 200px;
	height: 70px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	text-indent: -9000px;
}
#content {
	display: block;
	height: 600px;
	width: 700px;
	margin-left: 210px;
	margin-top: 50px;
}
#content p {
	font-family: Arial;
	font-size: 10px;
	margin-top: 10px;
	width: 400px;
	line-height: 12px;
}
div.mag {
	display: block;
	width: 250px;
	float: right;
	height: 300px;
	background-image: url(../images/mag.png);
	background-repeat: no-repeat;
	text-indent: -9000px;
}
#footer {
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 250px;
	background-image: url(../images/bg.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#footer .infos {
	display: block;
	height: 150px;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	background-position: 200px 40px;
	text-indent: -9000px;
	
}

