@charset "UTF-8";

body{
	margin: 0px;
	padding: 0px;
	overflow-x: hidden;	
	line-height:1;
	background-color: #f8f8f8;
	color: #0f0f0f;
	font-size: 14px;

	height: 100%;
}


#container {
	width: 100%;
}

div#header {
	margin: 0;
	width: 100%;
}

#header .title {
	text-align: center;
	color: #b0b020;
	font-size: 200%;
	font-weight: bold;
}

#header p.info {
	text-align: end;
	color: #008080;
	font-size: 30%;
}

#foot{}

