body
{
	background-color: #fff;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}	

/**** Homepage ****/

#homepage {
	width: 490px;
	height: 580px;
	margin: 0 auto;
	position: relative; 
}
.enter {
	margin: 350px 0 0 200px;
	color: #fff;
	font-size: 16px;
	letter-spacing: 0.1em;
	position: absolute;
}
.enter a {
	color: #989A9D;
	text-decoration: none;	
	font-weight: bold;
}
.enter a:hover {
	color: #D9332A;
	text-decoration: none;	
}
.member {
	margin: 460px 0 0 180px;
	color: #B62A17;
	font-size: 10px;
	letter-spacing: 0.1em;
	position: absolute;
}
.member img{
	top: -22px;
	padding: 0px 0 0 0;
	position: absolute;
}
#pic {
	margin: 0;
	position: absolute;
}
#logo {
	margin: 440px 0 0 170px;
	position: absolute;
}

#adres {
	padding: 0 0 10px 0;
	margin: 520px 0 20px 80px;
	width: 320px;
	color: #989A9D;
	font-size: 11px;
	letter-spacing: 0.1em;
	position: absolute;
	text-align: center;
}
#adres a {
	color: #989A9D;
	font-size: 11px;
}
#adres a:hover {
	color: #D9332A;
	font-size: 11px;
}
