BODY {
     margin: 0px;
     background-color: #FFFFFF;
     background-image: url("images/bg.jpg");
     text-align: center;
     min-width: 900px; 
}

#wrapper {
    margin: 0px auto;
    padding: 0px;
    
    width: 900px;
    height: 0px;
    text-align: left;   
}

#menucontainer {
    position: relative;
}

#leftmenu {
    position: relative;
    text-align: right;
    width: 390px;
    height: 100px;
    top: 10px;       
}

#rightmenu {
    position: relative;
    text-align: left;
    width: 390px;
    height: 100px;
    left: 510px;
    top: -210px;      
}

#kisymbol {
    position: relative; 
    width: 120px;
    height: 120px;                       
    left: 390px;
    top: -100px;     
}

#title {
    position: relative;
    width: 900px;
    height: 60px;
    text-align: center;
    top: -200px;       
}

#leftsidecontainer {
    position: relative;    
    min-height: 500;
    background: transparent;
    width: 170px;
    top: -360px;           
}

#leftcontainer_content {
    background: transparent;
    background-image: url("images/leftcontainer_bg.png");  
    
    text-align: center;
    font-family: 'trebuchet ms'; 
}

#lc_image {
    border: 10px solid;
    color: black;
    width: 130px;
    margin-left: 10px;
}

#maincontent {
    position: relative;
    background: transparent;
    text-align: left;
	
    
    top: -1000px;
    left: 170px;   
    max-width: 730px;
    width: 730px;                    
}

#maincontent, p {
    font-family: 'trebuchet ms';
    text-indent: 30px;
    margin-left: 20px;
}
 

#maincontent_title {
    position: relative;
    text-align: left;
    font-family: 'trebuchet ms';
    text-indent: 100px;
    letter-spacing: 3px;
    font-weight: bold;
    font-style: italic;
}

#maincontent_title:first-letter {
    font-size: 30px;
}

#gta_logo {
	position: relative;
	top: -1000px;
	text-align: center;
	font-family: 'trebuchet ms';
}

