/* CSS Document */




#page{
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 850px;
	width: 760px;
	background-image: url(images/Giant-Wheel-background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	border: thick outset #FF9900;
	background-color: #FFFFFF;
}
#navbar{
	
	margin-top: 210px;
	margin-right: 10px;
	margin-left: 140px;
	position: absolute;
	height: 20px;
	width: 610px;
}
#content{
	position: absolute;
	height: 400px;
	width: 400px;
	margin-top: 240px;
	margin-right: 200px;
	margin-left: 160px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-align: justify;
	left: 0px;
	top: 0px;
	
}
#imagebox{
	height: 400px;
	width: 136px;
	margin-top: 240px;
	margin-right: 32px;
	margin-left: 592px;
	position: absolute;
}
.pad{
	height: 10px;
	width: 136px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}

 </style>
