/* UNDER CONSTRUCTION */

body {
	/*min-height: 100%;
	background-image: url(background.png);
	background-repeat:repeat-x;*/

	background: url(background2.png) no-repeat center top;
	background-attachment: fixed;
	background-color: #FF6600;
	color: #000;
	font-family: 'old-din';
	font-size:90%;
	margin: 0;
}

@font-face{
	font-family: 'old-din';
	src: url(din1451alt.ttf);
}

h1 {
	background:#fff;
	color: #4d4d4d;
	font-size: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}

h2{
	background:#fff;
	font-family: 'old-din';
	font-weight: normal;
	color: #ff6600;
	font-size: 35px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#container{
	text-align: left;
	background: transparent;
	height: 100%;
	height: auto !important;
	width: 900px;
	margin: auto;
	/*-moz-box-shadow: 0px 0px 10px #000;
	-webkit-box-shadow: 0px 0px 10px #000;
	box-shadow: 0px 0px 10px #000;*/
}

#content{
	width: 900px;
	background-image: url(body.png);
	background-color: #fff;
	clear: both;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	-moz-box-shadow: 0px 0px 10px #000;
	-webkit-box-shadow: 0px 0px 10px #000;
	box-shadow: 0px 0px 10px #000;
}

#container-construction{
	padding-top: 280px;
	text-align: left;
	background: transparent;
	height: 100%;
	height: auto !important;
	width: 900px;
	margin: auto;
	/*-moz-box-shadow: 0px 0px 10px #000;
	-webkit-box-shadow: 0px 0px 10px #000;
	box-shadow: 0px 0px 10px #000;*/
}

#content-construction{
	width: 900px;
	background-color: #fff;
	clear: both;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	-moz-box-shadow: 0px 0px 10px #000;
	-webkit-box-shadow: 0px 0px 10px #000;
	box-shadow: 0px 0px 10px #000;
}

#front{
	font-family: 'old-din';
	font-weight: normal;
	font-size: 16px;
	float: left;
	width: 850px;
	padding-left: 25px;
}

#dia{
	float: left;
	padding-left: 50px;
	padding-top: 25px;
	padding-bottom: 25px;
}

#dia2{
	float: left;
	padding-left: 70px;
	padding-top: 25px;
	padding-bottom: 25px;
}

#dia3{
	float: left;
	padding-left: 70px;
	padding-top: 25px;
	padding-bottom: 25px;
}


.logo{
	text-align: right;
	padding-right: 3px;
}

#footer{
	float: left;
	font-family: 'old-din';
	color: #ff6600;
	text-align: center;
	font-size: 20px;
	font-weight: normal;
	padding-top: 12px;
	padding-bottom: 12px;
	border-top: 1px solid #dedede;
	width: 900px;
}
