html,body,div,h2,img { /* simple reset */
	margin:0;
	padding:0;
	border:none;
}
html {
	font:1em Arial, Helvetica, sans-serif;
	color:#444;
}
h1, h2 {
	margin: 25px 0 15px 0;
	text-align:center;
}
#wrapper {
	margin:0 auto;
	width:298px;
}
#wrapper div {
	margin-right:3px;
	width:296px;
	height:130px;
	border:1px solid #999;
	position:relative;
	overflow:hidden;
}
div img {
	position:absolute;
}

