#home-box {
	position: relative;
	top: 200px;
	padding-right: 10%;
	padding-left: 10%;
}

#home-box a {
	color: #FC0;
	text-decoration: none;
}

#contact-box {
	position: relative;
	top: 150px;
	z-index: 10;
}
#text-box {
	position: relative;
	top: 80px;
	z-index: 10;
	padding-right: 10%;
	padding-left: 10%;
}
p {
	font: 0.7em/240% Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	margin: 0px 0px 1em;
}
body {
	background: #000;
	text-align: center;
	font-size: 1em;
}
.button-send {
	height: 27px;
	width: 128px;
	margin-top: 12px;
}
.form-button {
	background: #000 url(../imgs/contact_form/send_off.jpg) no-repeat;
	margin-top: 9px;
	color: #FFF;
	font-weight: normal;
	height: 27px;
	width: 128px;
	border-style: none;
}
body#blur {
	background: #000 url(../imgs/blur_logo.jpg) no-repeat center 100px;
}
body#full {
	background: #000 url(../imgs/home_logo.jpg) no-repeat center 100px;
}
#text-box a {
	color: #FE9;
	border-bottom: 1px dotted #FE9;
	text-decoration: none;
	padding-bottom: 3px;
	margin-bottom: 0px; }

.color-dark-grey {
	color: #666; }

.color-red { color: #C30; }

#text-box p a {
	text-decoration: none;
	border-style: none; }
