body
{
	margin:0; padding:0; /* Need to set body margin and padding to get consistency between browsers. */
	text-align:center; /* Hack for IE5/Win */
	background-color: #000000;	
}
	
#container
{
	margin:1px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	position: relative;
}

#head
{
	background-color: black;
	height: 0px;
}

#footer
{
	position: absolute;
	width: 100%;
	bottom: -21px;
	background-color: #333333;
}

#copyright
{
	position: absolute;
	right: 0;
}

#logo
{
	position: absolute;
	top: 25px;
	left: 30px;
}

#langs
{
	position: absolute;
	right: 0px;
	text-align: right;
	width: 100%;
	top: -19px;
}

#footer
{
}

#content {
	position:absolute;
	left:0px;
	top:19px;
	width:1024px;
	height:830px;
	z-index:1;
}
