@charset "UTF-8";
/* CSS Document */

* {
		margin:0;
		padding:0;
		}

	html, body {
		height:100%;
		}

body {
	font-size:16px;
	background:url(img/bg.jpg) repeat
	}

#distance { 
		width:1px;
		height:50%;
		margin-bottom:-13.75em; /* half of container's height */
		float:left;
		}

#container {
		margin:0 auto;
		position:relative; /* puts container in front of distance */
		text-align:left;
		clear:left;
		}

#wrapper {
	display:block;
	width:100%;
	}

#box {
	display:block;
	width:582px;
	height:383px;
	margin:0 auto;
	background:url(img/main_bg.png) no-repeat
	}

#content {
	display:block;
	padding-top:230px;
	font-family:"Times New Roman", Times, serif;
	font-size:100%;
	color:#999;
	}

.text {
	display:block;
	font-size:80%;
	text-align:center;
	font-style:italic;
	margin:0 auto
	}

.text strong {
	font-size:120%;
	letter-spacing:3px;
	font-style:normal
	}

.text a {
	text-decoration:none;
	color:#999
	}

.text a:hover {
	color:#ccc
	}

#form {
	display:block;
	width:300px;
	margin:0 auto
	}

fieldset {
	border:none;
	padding:0;
	margin:14px 0 0
	}

form#contact { 
display:block;
margin:0 auto;
}

#contact .text {  
 width: 230px;
 height:20px;
 float:left;
 font-size:80%;
 font-weight:normal;
 text-align:left;
 padding-left:6px;
 color:#ccc;
 border:solid 1px #ccc
}

#contact .buttons {
 float:right
}

#form_errors{color:#f00; display:none;}
#form_thanks{
	color:#ccc;
	display:none;
	}
