
* {
    margin:0px;
    padding:0px;
}

/*********************************************
    HYPERLINK STYLES
*********************************************/

a {
	color:#7F7365;
	text-decoration:none;
}

a:hover {
	color: #A2750E;
}



/*********************************************
    GENERAL STYLES
*********************************************/


body {
	font-family: Verdana;
	font-size: 14px;
	background: #332012;
	letter-spacing:0px;
	margin:0;
	padding:0;
	color: #7F7365;
	line-height: 20px;
	width: 100%;
}

div#splash {
	background: transparent url( ../images/splash.jpg ) no-repeat 0px 0px;
    width: 621px;
    height: 528px;
    margin: auto;
    text-align: left;
    position: relative;
}

    #sky{
        width: 600px;
        margin-left: 10px;
        height: 160px;
        overflow: hidden;
        position: relative;
    }

        #cloud{
            position: absolute;
            width: 314px;
            height: 168px;
            background: transparent url( ../images/felho.png ) no-repeat 0px 0px;
            top: 10px;
            left: -300px;
        }
        
        * html #cloud{
            background: none;
            filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/felho.png');
        }
        
        #cloud2{
            position: absolute;
            width: 480px;
            height: 168px;
            background: transparent url( ../images/felho2.png ) no-repeat 0px 0px;
            top: 10px;
            left: -300px;
        }
        
        * html #cloud2{
            background: none;
            filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/felho2.png');
        }

#kert{
    position: absolute;
    top: 438px;
    left: 70px;
}

#aruda{
    position: absolute;
    top: 438px;
    left: 426px;
}

