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

body { background-color: #DFEAFF;}

.container {
	background:url(images/construction-y.png) center top no-repeat;
	width:400px;
	height:320px;
	position:absolute;
	left:50%;
	top:50%;
	margin:-160px 0 0 -200px;
}

.notice {
	position:absolute;
	color:#333;
	font-family: Foro, Helvetica, Arial, sans-serif;
	font-size:22px;
	text-align:center;
	top:230px;
	width:auto;
	line-height: 28px;
}
	

/*** FONTS ***/

@font-face {
    font-family:'Banda';
    src: url('fonts/banda.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family:'Foro';
    src: url('fonts/sinareg-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family:'Sina';
    src: url('fonts/forolig-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


.header_img {
	background:url(images/construction.png) center top no-repeat;
	width:310px;
	height:110px;
	position:absolute;
	left:50%;
	margin:0 0 0 -155px;
}

.nav_container {
    text-align: center;
	padding: 100px 0 0 0;
	width: 100%;
}
