body
{
	margin: 0px;
	padding: 0px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#container
{
	width: 991px;
	min-height: 800px;
	
	margin-left: auto;
	margin-right: auto;
	
	/*background-color: red;	*/
}


#header
{
	background-image:url("../img/head.png");
	background-position: top left;
	background-repeat: no-repeat;
	
	height: 100px;
	
}

#menu
{
	background-image:url("../img/menu.png");
	background-position: top left;
	background-repeat: repeat-x;
	
	height: 50px;

}

#content
{
	min-height: 518px;
	background-color: white;
}

#footer{
	
	height: 100px;
	background-color: #2c363d;

}


#working
{
	background-image:url("../img/enconstruccion.png");
	background-position: center left;
	background-repeat: no-repeat;
	
	width: 672px;
	height:400px;
	
	margin-left: auto;
	margin-right: auto;
	

}

#notfound
{
	background-image:url("../img/notfound.png");
	background-position: center left;
	background-repeat: no-repeat;
	
	width: 672px;
	height:400px;
	
	margin-left: auto;
	margin-right: auto;
	

}

#mail_send
{
	background-image:url("../img/mail_ok.png");
	background-position: center left;
	background-repeat: no-repeat;
	
	width: 737px;
	height:400px;
	
	margin-left: auto;
	margin-right: auto;
	

}