/*-----------GLOBAL---------------------*/
body {
	background-color:#999999;
}

img {
	border:none;
}

#center{
	background-color:#999999;
	width: 925px;
	height: 600px;
	margin: 0px auto -1px auto;
	
}
#master {
	position: relative;  
	width: 925px;
	height: 600px;
	overflow: hidden;
	background-color: #999999;
	border:none; 
}



