
body, html{
margin:0;
padding:0;


}
#wrap {
width:800px;
height:600px;
margin:auto;

}

#centre {
	width:290px;
	height:600px;
	margin:auto;
	
}

#top {
	width:290px;
	height:188px;

}

#image {
	width:290px;
	height:190px;
	background-image:url(../images/logo.jpg);
}

#link {
	width:290px;
	height:118px;
	}
	
#bottom {
	width:290px;
	height:204px;
	}
