
html {
	background-image: url('/Content/img/login/bg_kek.png');
}

#content 
{
	background-image: url("/Content/img/oldal_hatter.png");
	width: 755px;
	padding: 20px 224px 20px 20px;
	position: relative;
}

#page {
	background-image: url("/Content/img/oldal_alul_hatter.png");
	margin-bottom: 50px;
    background-position: center bottom;
    background-repeat: no-repeat;
    padding-bottom: 10px;
    width: 998px;
}





a.button
{
	background-image: url('/Content/img/gombsor_hatter.png');
	background-repeat: repeat-x;
	height: 15px;
	font-weight: bold;
	color: #5F5F5F;
	border:  1px solid #cfcfcf;
	margin: 0;
	padding: 4px 10px 2px 10px;
	cursor: pointer;
	position: absolute;
	top: 20px;
	right: 20px;
}

a.button:hover 
{
	background-image: url('/Content/img/gombsor_hatter_hover.png');
	background-position: -1px;
}
