body{
	overflow: hidden;	
}

#container
{
	position: absolute;
	height: 900px;
	width: 1440px;
	top: 50%;
	left: 50%;
	margin-top: -450px;
	margin-left: -720px;
	background: url(bg_front.png) no-repeat;
}

p
{
	height: 260px;
	width: 730px;
	margin-top: 210px;
	margin-left: 365px;
}

a
{
	display: block;
	height: 257px;
	width: 357px;
	float: left;
}

img 
{
	border: 0px;
	display: none;
}
