* {
	margin:0px;
	padding:0px;
}

html {
	height: 100%;
	width: 100%;
	overflow: hidden;
}
body {
	overflow: hidden;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	color: #FFF;
	background-color: #111;
}
a {
	color: #5799b4;
	text-decoration: none;
	font-weight: normal;
}
a:hover, a:visited {
	color: #999;
	text-decoration: none;
	font-weight: normal;
}


#wrapper {
	display: block;
	width: 100%;
	height: 100%;
}
#header {
	display: block;
	position: absolute;
	right: 50px;
	top: 20px;
}
#content {
	display: block;
	position: absolute;
	left: 50px;
	top: 20px;
}
#contact {
	display: block;
	position: absolute;
	right: 50px;
	bottom: 20px;
}
#footer {
	display: block;
	position: absolute;
	left: 50px;
	bottom: 20px;
	color: #666;
}






#contact h1 {
	letter-spacing: .03em;
	font-family: Century Gothic,Verdana,Arial,Sans-Serif;
	text-transform: lowercase;
	font-weight: normal;
	color: #FFF;
	background: url(../../images/b30.png) repeat;
    font-size: 120%;
    padding: 5px;
	text-align: right;
	float: right;
	display: block;
}
#contact h1 {
	width: 261px;
	margin: 0px 13px 10px 0px;
}
#contact {
	float: left;
	width: 400px;
	margin-top: 25px;
	margin-left: 25px;
	color: #ccc;
}
.notification_error {
	text-align: left;
}
.notification_ok {
	text-align: left;
}
.info_fieldset {
	border: none;
}
.info_fieldset legend {
	display: none;
}
.button {
	width: 272px;
	margin: 5px;
	padding: 5px;
	text-align: center;
	font-size: 125%;
	font-family: Century Gothic,Verdana,Arial,Sans-Serif;
	text-transform: lowercase;
}
label {
	width: 100px;
	margin: 5px;
	margin-top: 12px;
	float: left;
	text-align: right;
	line-height: 125%;
	font-style: italic;
}
input, textarea {
	margin: 5px;
	padding: 5px;
	float: left;
	width: 260px;
}
input {
	font-family: Century Gothic,Verdana,Arial,Sans-Serif;
	font-size: 125%;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.button, input, textarea {
	background: url(../../images/b10.png);
	border: 1px solid #666;
	color: #ccc;
}
.button:hover, input:hover, textarea:hover {
	background: url(../../images/b30.png);
	border: 1px solid #999;
	color: #fff;
}
br {
	clear: both;
}