body {
	margin: 0;
	padding: 0;
	background: #f4e7bd;
}

#index {
	background-color: #000;
	width: 500px;
	margin: 0 auto;
	}

#enter {
	width: 450px;
	height: 100%;
	background-color: #f4e7bd;
	padding-bottom: 30px;
}

.enter a {
	display: block;
	width: 300px;
	height: 100px;
	outline: none;
}

.enter a { background: url(vstup.png) no-repeat; }
.enter a:hover { background: url(vstup_hover.png) no-repeat; }

