/*------------------------------------------------------------------
[Table of contents]

* body
	+ Wrapper / #wrap
		- Main / #main
			- Header / #header
			- Language / #language
			- Imager / #imager
			- Footer / #footer
-------------------------------------------------------------------*/

body{
	background-image: url(../images/body_bg.png) !important;
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center;
	color: #666;
}

/* ------------------------- #wrap ------------------------- */
div#wrap{
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -250px 0 0 -470px;
	width: 940px;
	height: 500px;
}


/* ------------------------- #main ------------------------- */
div#main{
	width: 940px;
	height: 500px;
	text-align: left;
	background-color: #FFF;
	position: relative;
	background-image: url(../images/back_home.jpg);
	border: 1px solid #CCCCCC;
}


/* ------------------------- #header ------------------------- */
div#header{
	position: absolute;
	top: 40px;
	left: 200px;
	width: 220px;
	height: 90px;
}

	#header h1{
		margin: 0;
		width: 220px;
		height: 90px;
		background-image: url(../images/penta.png) !important;
		background-image: url(../images/penta.gif);
		background-repeat: no-repeat;
		background-position: left top;
		text-indent: -9000px;
	}
		#header h1 a{
			display: block;
			width: 220px;
			height: 90px;
		}
		#header h1 a:hover{}
/* ------------------------- #header ------------------------- */



/* ------------------------- #language ------------------------- */
div#language{
	width: 400px;
	position: absolute;
	top: 160px;
	left: 280px;
}
	#language ul{
		list-style: none;
		margin: 0;
		padding: 0;
	}
		#language ul li{
			clear: both;
			height: 24px;
			line-height: 24px;
			margin: 0 0 20px 0;
			font-weight: bold;
		}
			#language ul li img{display: block; float: left;margin: 0 20px 0 0;}
/* ------------------------- #language ------------------------- */



/* ------------------------- #imager ------------------------- */
div#imager{
	position: absolute;
	bottom: 69px;
	left: 158px;
}
	#imager ul{
		list-style: none;
		margin: 0;
		padding: 0;
	}
		#imager ul li{
			float: left;
			margin: 0 0 0 20px;
		}
			#imager ul li img{}
/* ------------------------- #imager ------------------------- */



/* ------------------------- #footer ------------------------- */
div#footer{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 940px;
}
	#footer p{
	text-align: center;
	padding: 0px;
	margin: 0;
	}
	#footer a{color: #A40009;}
		#footer a:hover{}
/* ------------------------- #footer ------------------------- */
