body {
	background-image: url('../img/bg.jpg');
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: center;
	height: 100%;
}

#wrapper {
	height: 320px;
	margin: 0 auto;
	width: 500px;
	position: relative;
	top: 20%;
	margin-top: -25px;
	background-color: #627483;
}

#Intro {
	width: 500px;
	height: 410px;
}

#Podokin {
	width: 500px;
	height: 170px;
	background-image: url('../img/podokin.jpg');
}

#down {
	width: 500px;
	height: 240px;
	text-decoration: none;
}

#mid .enter {
	width: 100%;
	background: url('../img/enter.jpg') no-repeat;
	padding-top: 50px;
	padding-left: 10px;
}

.enter a.home {
 	display:block;
	width: 500px;
	height: 192px;
 	background: url('../img/enter.jpg') no-repeat;
}

.enter a.home:hover {
	background: url('../img/hover.jpg') no-repeat;
}


#ldown {
	float: left;
	height: 120px;
	width: 200px;
	background-color: #3b444b;
	margin-top: -150px;
	text-align: center;
	color: #cad1d7;
}

#rdown {
	float: right;
	height: 120px;
	width: 200px;
	background-color: #3b444b;
	margin-top: -150px;
	text-align: center;
	color: #cad1d7;
}
