body {
	background-color:#636363;
	margin:0px;	
}

a:link {color:#ffe434;text-decoration:none;}  
a:visited {color:#ffe434;text-decoration:none;} 
a:hover {color:#a35211;text-decoration:none;}  
a:active {color:#ffe434;text-decoration:none;} 


div#shadow_upper {
    background-image: url('graphics/shadow_down.png');
    background-repeat:repeat-x;
	position:absolute;
	top:81px;
	width:100%;
	height:20px;
}

div#shadow_down {
    background-image: url('graphics/shadow_upper.png');
    background-repeat:repeat-x;
	position:absolute;
	top:659px;
	width:100%;
	height:20px;
	z-index:7;
}

div#stretch {
	width:100%;
	height:560px;
	background-color:#000;
	z-index:-7;	
}

div#news {
    -moz-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
	
	width:750px;
	height:140px;
	background-color:#3f3f3f;
	position:relative;
	top:-160px;
	left:250px;
	z-index:5;
}

div#news_hidden {
	width:850px;
	height:200px;
	background-color:#636363;
	position:relative;
	top:-335px;
	left:150px;
	z-index:6;
}

img.menu {
	cursor:pointer;
	z-index:15;
}

/* gallery */

img.gsmall {
	margin:-5px;
	cursor:pointer;
}

div#big_screen {
    display: none;
    height: 100%;
    position: absolute;
    top:0px;
    left:0px;
    width: 100%;
	cursor:pointer;
	z-index:50;
	margin:0px auto;
}

div#big_screen_back {
    background-color: #000;
    height: 100%;
    position: absolute;
    width: 100%;
    top:0px;
    left:0px;
    filter: alpha(opacity=70);  
    -moz-opacity: 0.7;  
    -khtml-opacity: 0.7;  
    opacity: 0.7; 
    z-index:51;
}

a img {
	border:none;
}
