body {
    background: url("ujoldal.jpg") no-repeat scroll left top rgba(0, 0, 0, 0);
    font: 26px Century Gothic, arial, Helvetica, sans-serif;
    color: #fff;
    line-height: 1;
}

body a {
cursor:pointer;
color:#FE6906;
}

body a:hover {
	color:orange;
	text-decoration:underline;
}

body {
	margin:50px 0px; 
	padding:0px;
	text-align:center;
	}
	
html body div{
	width:500px;
	margin:0px auto;
	text-align:center;
	padding:15px;
	line-height:2;
	letter-spacing:1px;
	border:1px dashed #333;
	background-color:#2a2a2a;
	}