/*the following prepared style rules determine colors, fonts, layout, and text wrap around the image in the content area*/
body {
background-color: rgb(254,247,203);

}
#minden {
width: 1024px;
height: 768px;
margin: auto;
background-image: url(lakatosimg.jpg);
background-repeat: no-repeat;
background-position: 80% 0%; 
}
#belepes {
position: relative; top: 350px; left: 180px;
text-align: center;
width: 150px;
height: 149px;
}
#belepes a {
text-decoration: none;
color: #000;
font-family:arial;
font-size: 1em;
letter-spacing: 3px;
border: 0px;
}

#cimsor {
position: absolute; bottom: 0px;
font-size: 0.75em;
display: none;
}
#cimsor h1{
font-size: 0.75em;
}