/* CSS Document */

img
{
	border: none;
}

#container
{
	top: 50%;
	left: 50%;
	position: absolute;
	
	height: 960px;
	width: 1300px;
	
	margin-top: -480px;
	margin-left: -650px;
	
	background-image: url(../images/cocomania.jpg);
	background-repeat: no-repeat;	
}