html {
	height: 100%;
	overflow: hidden;
	background-color: #000000;
}

body { 
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #000000;
}

#content {
	color: #FFFFFF;
	width: 100%;
	height: 100%;
	margin: auto;
}

#contentwrap {
	width: 80%;
	margin: auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 0.05em;
}

#contentwrap td {
	padding: 5px;
}

#contentwrap th {
	padding: 5px;
}

#contentwrap input {
	paddding: 5px;
	border: 1px solid #131313;
	background-color: #DFDFDF;
}

#contentarea {
	width: 600px;
	margin: auto;
}

#header {
	height: 130px;
	background-image: url(/images/logo-elandra-resorts.gif);
	background-repeat: no-repeat;
	background-position: top center;
}

h1 {
	display: block;
	font-size: 15px;
	margin: auto;
	padding: 10px 0 0 0;
	height: 28px;
	border-top: 3px solid #131313;
	border-bottom: 3px solid #131313;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 0.5em;
	color: #3f3f3f;
}

#footer {
	display: block;
	font-size: 14px;
	margin: 30px 0 5px 0;
	padding: 10px 0 0 0;
	height: 28px;
	border-top: 3px solid #131313;
	border-bottom: 3px solid #131313;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 0.3em;
	color: #3f3f3f;
}

.media img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.form th {
	width: 90px;
}

.formfield {
	width: 200px;
}

#footer a {
	text-decoration: none;
	color: #3f3f3f;
}

#copy {
	font-size: 11px;
	text-align: center;
	color: #3f3f3f;
}

.note {
	color: #3f3f3f;
}

.notification {
	padding: 5px 5px 5px 30px;
	border: 1px dotted #3f3f3f;
	background-image: url(/images/icon-notify.gif);
	background-repeat: no-repeat;
	background-position: 2px 2px;
}

.error {
	padding: 5px 5px 5px 30px;
	border: 1px dotted #4f0a0a;
	background-image: url(/images/icon-error.gif);
	background-repeat: no-repeat;
	background-position: 2px 2px;
}

.media a {
	color: #ffffff;
}

.media-item {
	width: 220px;
}

.media-item td {
	background-color: #131313;
	text-align: center;
}

.media-item td.media-image {
	height: 190px;
}
.media-item td img {
	margin: auto;
}
.media-item th {
	background-color: #3f3f3f;
}

