body {
    background-image: url(sotettextura.png);
    background-attachment: fixed;
    margin: 0;
    padding: 0;
    border: 0;
    font-family: Helvetica, Verdana, Arial, sans-serif;
    font-size: 14px;
    min-width: 820px;
    text-align: center;   /*MSIE suxx*/
    color: #ffffff;
}

#container {
	background-image: url(vilagostextura.png);
    position: relative;
    top: 30px;
    bottom: 50px;
    margin: 0 auto;
    margin-bottom: 50px;
    width: 800px;
    color: #ffffff;
    text-align:left;
    line-height: auto;
    padding: 10px 20px;
    padding-top: 20px;
    border: solid thick #ffffff;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -icab-border-radius: 20px;
    -o-border-radius: 20px;
    -khtml-border-radius: 20px;
    box-shadow: 4px 4px 7px #333333;
    -webkit-box-shadow: 4px 4px 7px #333333;
    -moz-box-shadow: 4px 4px 7px #333333;
    -icab-box-shadow: 4px 4px 7px #333333;
    -o-box-shadow: 4px 4px 7px #333333;
    -khtml-box-shadow: 4px 4px 7px #333333;

}

/* szovegformazas */
h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.7em;
}

h3 {
    font-size: 1.4em;
}

a {
    text-decoration:none;
}

a:link {
    text-decoration:underline;
    color:#ffffff;
}

a:visited {
    text-decoration:underline;
    color:#cccccc;
}

a:hover {
    text-decoration: none;
    color:#ffffff;
}

a:active {
}

img {
	border: 0px;
}

img a {
	border: 0px;
	text-decoration: none;
}

.imgkozep {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
