html {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Garamond, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: justify;
	margin: 40px;
	color: #cb902d;
	background: black;
	font-weight: bold;
}/* centrar el contenido en la pantalla*/
#wrapper {
	width: 935px;
	margin: 0em auto 0 auto;
	border: 1px solid #000000;
}
#header {
	width: 935px;
	height: 643px;
	background: black url(../images/landingpage.jpg) no-repeat;
	padding: 220px 0px 0px 0px;
}
#address {
	padding: 62px 0px 0px 0px;
	height: auto;
	text-align: center;
	vertical-align: bottom;
	font-weight: bold;
}
#contents {
	width: 863px;
	background: black;
	padding: 20px 30px 88px 40px;
	height: 530px;
}
a.link {
	text-decoration: none;
	color: #cb902d;
}
a.link:hover {
	text-decoration: underline;
	color:  white;
}
