body
{
	background:#000;
	text-align:center;
	color:#fff;
}
a
{
	color:#fff;
}
a:hover
{
	color:#E2001A;
}
#page
{
	width:760px;
	margin:0 auto;
	text-align:left;
}
.container
{
	position:absolute;
	width:760px;
}
#header
{
	position:absolute;
	/*top:160px;*/
	top:150px;
}
#content
{
	position:relative;
	top:160px;
	/*top:170px;*/
	left:230px;
	width:530px;
}
#box-1
{
	position:absolute;
	top:0;
	left:0;
	width:215px;
	height:215px;
}
#box-2
{
	position:absolute;
	top:215px;
	left:215px;
	width:215px;
	height:105px;
}
#box-3
{
	position:absolute;
	top:320px;
	left:135px;
	width:80px;
	height:80px;
}
#box-4
{
	position:absolute;
	top:115px;
	left:430px;
	width:100px;
	height:100px;
}
#box-5
{
	position:absolute;
	top:35px;
	left:270px;
	width:160px;
	height:80px;
}
.box
{
	background:#000;
        overflow:hidden;
}

#footer
{
	font-size: 10px;
	position:absolute;
	/*top:585px;*/
	top:570px;
	width:760px;
	text-align:right;
	color:#333;
}

#footer a
{
	color:#333;
	text-decoration: none;
}

#footer a:hover
{
	color:#E2001A;
	text-decoration: none;
}
