
html,body{
	background-image: url(../images/index_BG.jpg);
	font-size: 1rem;
	background-position: center;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-color: #010101;
}
#Container {
	width: 400px;
	margin-left: -200px;
	height: 400px;
	margin-top: -200px;
	position: absolute;
	left: 50%;
	top: 50%;
}


h1{
	display: none;
}
#Indexspace {
	height: 238px;
	width: 209px;
	background-image: url(../images/IndexName.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
}



a{
	height: 25px;
	width: 120px;
	line-height: 25px;
	color: #573513;
	padding:5px 10px;
	background-color: #fed075;
	text-align: center;
	margin: 5px;
}

a:hover{
	color: #eac46d;
	background-color: #573513;
	text-decoration: none;
}

#IndexContact{
	text-align: center;
	color: #bd903c;
	line-height: 16px;


}
