@CHARSET "ISO-8859-1";

html, body {
	margin: 0px;
	padding: 0px;
	background-color: #e11c47;
	height:100%;
	font-family: tahoma, verdana, sans-serif;
	font-size: 16pt;
	background-image: url('images/dresscode.jpg');
	background-repeat: no-repeat;
	background-position: left center;
}

#header {
	background-image: url('images/logo.jpg');
	background-repeat: no-repeat;
	background-position: top right;
	height: 112px;
	line-height: 112px;
}

#content {
	padding-left: 100px;
	padding-right: 20px;
	text-align: center;
}

#footer {
	background-image: url('images/galabal.jpg');
	background-repeat: no-repeat;
	background-position: bottom right;
	height: 94px;
	line-height: 94px;
    position:absolute;
    bottom:0;
	width:100%;
}

a {
	text-decoration: none;
	color: white;
}

a:hover {
	text-decoration: underline;
	color: white;
}

a.button {
	text-decoration: none;
	color: white;
	background-color: #B61639;
	border: 1px outset #88112B;
	padding: 5px;
	line-height: 40px;
}

a.button:hover {
	text-decoration: none;
	color: black;
	background-color: #E6335A;
	border: 1px outset #88112B;
	padding: 5px;
	line-height: 40px;
}

input, select {
	font-size: 16pt;
	font-family: tahoma, verdana, sans-serif;
	background-color: #E6335A;
	border: 1px solid #88112B;
	text-align: center;
}
label {
    font-size: 11px;
    font-weight: normal;
    color: white;
}