/* CSS Document */

html, body
{
height: 100%;
}

body
{
text-align: center; /* Centers all divs */
}

A
{
color: black;
text-decoration: none;
font: 13 arial;}

#honlap
{
width: 700px;
height: 800px;
margin: 0 auto;
padding: 0;
text-align: left;
}

#fej
{
width: 700px;
height: 157px;
align: center;
background: url(kep/fej1.jpg);
margin: 0 auto 0 auto;
}

#belso
{
width: 700px;
height: 600px;
background: url(kep/white.jpg) repeat;
margin: 0 auto 0 auto;
}

