*{
	font-family: arial;
}

body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}

.body{
	background-color: #6f6967;
	}

#padding{
	padding:25px;
}
#container {
	position:absolute;
	top: 50%;
	left: 50%;
	width:900px;
	height:650px;
	margin-top: -325px; /*set to a negative number 1/2 of your height*/
	margin-left: -450px; /*set to a negative number 1/2 of your width*/
	background-color: #ffffff;
	text-align: center;
}
	  
       
#foto {
   position:relative;
	width:625px;
	text-align: center;
	float:left;
z-index:50;

}

#foto1 {
   position:relative;
	width:625px;
	text-align: center;
	float:left;


}

.menu-splash {
 	background-color: #d9d2d0;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	z-index:5;

}

.foto-splash {
 	margin-top: 15px;
 	z-index:4;

}

#menu {
	position:relative;
	width:197px;
	height:574px;
	margin-top: 15px;
	background-color: #d9d2d0;
	text-align: left;
	float:right;
	z-index:5;
}


#copy {
	position:absolute;
	background:transparent;
	top: 50%;
	left: 50%;
	width:900px;
	height:700px;
	margin-top: -350px; /*set to a negative number 1/2 of your height*/
	margin-left: -450px; /*set to a negative number 1/2 of your width*/
	text-align: left;
	font-size: 10px;
	color: #ffffff;
	z-index:2;
}

.copy{font-size:10px;}


a.contact, a.contact:link, a.contact:visited{
	color:#e95d0f;
}

a.contact:hover, a.contact:active{
	color:#6f6967;
}

p { 
	font-size: 18px;
}
span, td { 
	font-size: 14px; 
	color: #6f6967
}

input, textarea { 
	font-size: 14px; 
	color: #6f6967; 
	border: 1px solid #6f6967;
}

.bold{
	color: #e95d0f;
}

.light {
	color: #867e7b;
}

.hand{
	background-color: #d9d2d0;
	cursor:pointer;
	font-size:11px;
}