body {
 	text-align: center;
	margin: 0px;
	padding: 0px;
	background: #e2e3e4;
}

#container {
 	margin: 0 auto;
 	width: 950px;
	height: auto;
	background: url('../img/shell/container.bg.jpg') repeat-y #fff;
	background-position: left;
}

	
img{
	border: 0px;
}

	 
a{
	cursor: pointer;
	color: #005e7e;
	text-decoration: none;
}

a:hover{
	color: #c7b250;
}