body {
	font: 15px Century Gothic, Georgia, serif;
	margin: 0px;
	padding: 0px;
	text-align: center;
	/*background-color : #737c7e;*/
	background-color : #7b7c7e;
}

p {
	margin: 0 0 0.2em 0em;
	color: white;
}

#container{
  padding-top: 5px;
	position: absolute;
	left: 50%;
	width: 830px;
	height:620px;
	margin-left: -415px;
	/*border: 1px solid blue;*/
}

#mainimg {
	position: absolute;
	left: 0;
	width: 827px;
	height:620px;
	background-position : center;
	background-image : url(../../img/sav.jpg) ;
	background-repeat : no-repeat;
}

#savcontainer {
	position: absolute;
	top: 260px;
	width: 450px;
	left: 50%;
	margin-left: -40px;
	font-size: 15px;
	color: white;
	background-color : #7b7c7e;
}
#sav {
	text-align: left;
}

/* ********** Navigation ********* */
#navcontainer
{
	position: absolute;
	left: 40px;
	top: 180px;
}

#navcontainer img
{
border: none;
margin-top:0;
}

#navcontainer li img:hover
{
}

