@charset "utf-8";
body,a {
	background-color: #000000;
	font-family:Din-Medium, Helvetica, Verdana, Arial, sans-serif;
	font-size:12px;
	color:#fff;
	margin:0px;
}

h1 {
	font-size:18px;
	margin: 0px;
	padding: 0px;
}

a:link,a:visited,a:active{
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

div#main{
	width:100%;
	margin:auto;
}

div#logo {
	background-image:url(../images/logo.gif);
	margin:auto;
	width:244px;
	height:215px;
	background-repeat: no-repeat;
}

div#text {
	background-image:url(../images/back.gif);
	height:76px;
	width:100%;
	margin:auto;
	display:block;	
	text-align:center;
}

p{
	margin:10px;
}

div#formBack {
	background-image:url(../images/form_back.gif);
	margin:auto;
	width:244px;
	height:98px;
	background-repeat: no-repeat;
}

div#form {
	display:block;
	position:relative;
	bottom:80px;
	margin:auto;
	width:500px;
}

div#form2{
	position:relative;
	bottom:70px;
	margin:auto;
	width:450px;
}
