/* The CSS Document */

html
{
	font-family: Arial, sans-serif; font-size: 15px;
	text-align: center;
}

.entire
{
	width: 850px;
	height: 500px;
	margin: 0 auto;
	background-image: url(images/bg.png);
	background-color: #bcbcbc;
	background-repeat: repeat-x;
	border: solid 1px black;
	border-top: none;

}

.second-entire
{
	width: 850px;
	height: 1100px;
	margin: 0 auto;
	background-image: url(images/bg.png);
	background-color: #bcbcbc;
	background-repeat: repeat-x;
	border: solid 1px black;
	border-top: none;
	text-align: left;

}

.header
{
	width: 850px;
	height: 50px;
	padding-left: 2px;
}

a 
{
	text-decoration: none;
	color: #000000;
}

a:hover
{
	text-decoration: underline;
}

.enter
{
	color: #4fafa3;
	text-decoration: underline;
}

.filter
{
	padding: 0 0 0 15px;
}

.middle
{
	width: 800px;
	height: 350px;
	margin: 70px 25px 50px 25px;
}

.second-middle
{
	width: 800px;
	height: 390px;
	margin: 30px 25px 50px 25px;

}

.button
{
	margin: 30px 0 0 0;
}
.button-second
{
	height: 350px;
}

#anniv
{
	margin: 25px 0 50px 0;

}

.button>a>img
{
	padding: 0 30px 0 0;

}

.footer
{
	font-size: 11px;
	text-align: center;
}