/*EVERYTHING
----------------------------------------------------------------*/
*
{
	margin: 0;
	padding: 0;
}
/*BODY
----------------------------------------------------------------*/
BODY
{
	margin: 0 auto;
	width: 100%;
	text-align: center;
}
/*WEBPAGE
----------------------------------------------------------------*/
.webpage
{
	margin: 0px auto;
}
/*NAVIGATION
----------------------------------------------------------------*/
.navigation
{
	margin-left: -397px;
	width: 790px;
	height: 1px;
	top: 0px;
	text-align: left;
	z-index: 100;
	position: absolute;
	left: 50%;
}
/*FOOTER
----------------------------------------------------------------*/
#footer
{
	margin-left: -380px;
	padding: 0;
	width: 768px;
	position: absolute;
	left: 50%;
	height: 50px;
}
#id_index #footer
{
	margin-left: -380px;
	padding: 0;
	width: 759px;
	position: absolute;
	left: 50%;
}
#id_contact #footer
{
	margin-left: -380px;
	padding: 0;
	width: 768px;
	position: absolute;
	left: 50%;
}
