body{
background: black;
color: white;
margin-left: auto;
margin-right: auto;
font-family: Verdana;
}

#logo{
background: url(images/logo.jpg) no-repeat;
width: 1000px;
height: 331px;
margin-left: auto;
margin-right: auto;
display: block;
}

#container{
background: url(images/container.jpg) repeat-y;
width: 1000px;
height: auto;
margin-left: auto;
margin-right: auto;
margin-bottom: 65px;
}

#footer{
background: url(images/footer.jpg) no-repeat center #171717;
width: 100%;
height: 65px;
position:fixed;
bottom:0px;
}

.cim{
font-size: 18px;
padding: 15px;
color: #e0a948;
font-family: Century Gothic;
}

.szoveg{
font-size: 12px;
line-height: 14px;
padding: 15px;
}

.fsz{
font-size: 10px;
text-align: right;
padding-right: 10px;
padding-top: 40px;
}

a:link, a:visited, a:active{
color: orange;
text-decoration: underline;
}

a:hover{
color: white;
text-decoration: none;
}

.rowa{
background: #2B2B2B;
padding: 8px;
text-transform: uppercase;
text-align: right;
font-weight: bold;
width: 100px;
}

.rowb{
background: #1F1F1F;
padding: 8px;
}

.rowc{
background: #171717;
padding: 8px;
}

.rowd{
background: black;
padding: 8px;
text-transform: uppercase;
text-align: right;
font-weight: bold;
width: 250px;
color: orange;
}

.rowe{
background: black;
padding: 8px;
text-transform: uppercase;
font-weight: bold;
color: orange;
}

