html, body{
        padding: 0px;
        margin: 0px;
		background-color: #cccccc;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #FFFFFF;
		font-weight: bold;
}

#content {
	position: absolute;
	top:50%;
	left:50%;
	width:760px;
	height: 600px;
	margin-left:-380px;
	margin-top: -300px;
	z-index: 50;
	}


#content img {
	margin: 5px;
	}
