* {
	outline:none;
}

html {
	height: 100%;
	width:	100%;
}

body {
	background-image: url(../images/background.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #000000;
	margin: 0px;
	font-family: Tahoma;
	font-size: 12px;
	color: #d9d9d9;
	outline: none;
}
#logo {
	position: absolute;
	width: 178px;
	height: 56px;
	left: 30px;
	top: 110px;
}
#text {
	position: absolute;
	width: 628px;
	height: 436px;
	left: 234px;
	top: 117px;
	color: #d9d9d9;
	margin: 0px;
	font-family: Tahoma;
	font-size: 12px;
	line-height: 24px;
}
#button {
	position: absolute;
	width: 244px;
	height: 18px;
	left: 220px;
	top: 230px;
}
.title {
	padding-bottom: 20px;
}
a,
a:visited {
	color: #e20000;
	text-decoration: none;
}	

a:hover {
	color: #e20000;
	text-decoration: underline;
}
