/* CSS Document */
body {
	font-family: 				"Times New Roman", Times, serif;
	color: 						#000;
	background-color: 			#FEFFF5;
	background-image: 			url(../images/bgg.jpg);
	margin: 					0px;
}
#mainpage {
	width: 						100%;
	float: 						left;
}
#mainpage #header {
	background-image: 			url(../images/bgtop.jpg);
	height: 					125px;
	width: 						100%;
}
#mainpage #header .langselect {
	height: 					20px;
	width: 						150px;
	position: 					absolute;
	top: 						85px;
	right: 						5px;
	text-align: 				right;
	font-family: 				Georgia, "Times New Roman", Times, serif;
	font-size: 					12px;
	font-style: 				italic;
	font-weight: 				bold;
}

#mainpage #sidebar {
	width: 						131px;
	float: 						left;
}
#mainpage .wraper {
	background-image: 			url(../images/bg.jpg);
	background-repeat: 			repeat-y;
	background-position: 		right top;
}

#mainpage #content {
	text-align: 				justify;
	width: 						620px;
	margin-left: 				auto;
	margin-right: 				auto;
}
#mainpage #content #magietec {
	font-family: 				Verdana, Arial, Helvetica, sans-serif;
	font-size: 					9px;
	color: 						#999;
	height: 					5px;
	width: 						100%;
	text-align: 				center;
	display: 					block;
	margin-top: 				50px;
	margin-bottom: 				10px;
}

