html {
	height:101%;
	background-color:#1B1414;
}

body {
	margin:0;
	font-family:Georgia;
	font-size:15px;
	color:#1B1414;
}

a {
	color: #d51820;
}

a:hover{
	border:0;
}

a img {
	border:0px;
}

h1 {
	text-align:center;
	font-size:300%;
	padding:0;
	margin:0;
	margin-bottom:30;
}

#header {
	top:0;
	left:0;
	width:100%;
	height:300px;
	background-color:#DCDCDC;
	background-image:url("images/gradient.png");
	background-repeat: repeat-x;
}

#logo {
	z-index:90;
	position:absolute;
	top:0;
	left:100;
	width:300px;
	height:300px;
	background-image: url("images/UFOstretchIcon.png");
	background-repeat: no-repeat;
}

#name {
	z-index:90;
	position:absolute;
	top:38px;
	left:124px;
	width:790px;
	height:106px;
	background-image: url("images/UFOstretch.png");
	background-repeat: no-repeat;
}

#beam {
	z-index:70;
	position:absolute;
	top:98px;
	left:0px;
	width:100%;
	height:1px;
	background-image: url("images/beam.png");
	background-repeat: repeat-x;	
}

#all {
	background-image:url("images/gradient.png");
	background-repeat: repeat-x;
	margin-left:auto;
	margin-right:auto;
	padding:5;
	padding-top:50px;
	padding-bottom:20px;
	top:300px;
	left: 190px;
	width: 900px;
	background-color:#DCDCDC;

	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
}

#download {
	z-index:100;
	margin:0;
	padding:5;
	padding-left:15px;
	padding-bottom:20px;
	position:absolute;
	top:150px;
	left:650px;
	width:312px;
	height:207px;
	background-image: url("images/download.png");
	background-repeat:no-repeat;
}

#download:hover {
	background-image: url("images/downloadhover.png");
}

#footer {
	min-height:50px;
	color:white;
	padding-top:20px;
	text-align:center;
	font-size:12px;
	font-family:Helvetica;
	
}

#footer a {
	font-family:Helvetica;
	color:white;
}



#oneblock , .item, .widetime {
	padding:10px;

	margin-bottom:15px;
	margin-left:9px;
	background-color:#ECECEC;
	
	
	border-width:6px;
	border-style:solid;
	border-color:#FAF9F6;
	
/*	background-image:url("images/whitegradient.png");
	background-repeat: repeat-x;*/
	-webkit-border-radius:10px;
	-moz-border-radius: 10px;
}

.item {
	display:inline-block;
	vertical-align: top;
	width:403px;

	
}

.widetime {
	margin-right:9px;
}

#oneblock {

	width:700px;
}

.label, .error {
	font-size:12px;
	color:gray;
	margin-bottom:10px;
}

.error {
	color:red;
}