@charset "utf-8";
body {
	font-family: 'Droid Sans', sans-serif;
	margin: 0px;
	padding: 0px;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
section {
	margin: 0px;
	padding-top: 150px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	display: block;
}
#Logo {
	margin: 0px;
	height: 320px;
	width: 450px;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
	padding-top: 80px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(images/Space.png);
	background-repeat: no-repeat;
	background-position: right center;
}
#CUForm {
	margin: 0px;
	height: 350px;
	width: 350px;
	display: inline-block;
	vertical-align: top;
	padding-top: 50px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 50px;
	text-align: left;
}
h1 {
	text-transform: uppercase;
	color: #E10000;
}
#txt-field {
	width: 340px;
	height: 25px;
	margin-bottom: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 10px;
}
#txt-area {
	width: 340px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 60px;
	padding-left: 10px;
	padding-top: 7px;
	margin-bottom: 10px;
}
#btn {
	width: 100px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 30px;
	background-color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	color: #DF0000;
}

#btn:hover {
	width: 100px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 30px;
	background-color: #DF0000;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	color: #FFF;
}

#TR-ELE {
	margin: 0px;
	padding: 0px;
	height: 170px;
	width: 600px;
	background-image: url(images/TOP.png);
	background-repeat: no-repeat;
	background-position: right top;
	position: fixed;
	top: 0px;
	right: 0px;
}
#UC {
	margin: 0px;
	padding: 0px;
	height: 150px;
	width: 150px;
	position: fixed;
	left: 0px;
	top: 0px;
	background-image: url(images/UC.png);
	background-repeat: no-repeat;
}
#bottom {
	height: 65px;
	width: 225px;
	margin: 0px;
	padding: 0px;
	background-image: url(images/Bottom.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
