* 
	{
	 padding:0; 
	 margin: 0; 
	 z-index:1;
	}

html
	{
	 overflow-y:scroll; 
	 overflow-x:hidden;
	}
	
a:link, a:visited, a:hover, a:active {color:#ffffff; text-decoration:none; border:none;}
img {border:none;}
	
body	
	{
	 background: #404040 url('/competitie/resources/images/background.jpg') fixed no-repeat center top;
	 padding:0;
	 color:black; 
	 text-align:center;
	 margin:auto; 
	 width:1000px;
	}
	
#wrapper
	{
	 text-align:left; 
	 margin:0 40px 0 40px; 
	 width:920px;
	 min-height:535px;
	 background:#ffffff;
	}
	
#logo
	{
	 min-height:80px;
	 padding:20px 20px 0px 20px;
	 border-left: solid #282224 4px;
	 border-right: solid #282224 4px;
	}
	
#middle
	{
	 border: solid 4px #4080c0;
	 min-height:530px;
	}

#meniu
	{
	 background:#4080c0;
	 min-height:10px;
	 font-weight:bold;
	 color:white;
	 padding:0px 0px 2px 15px;
	}
	
	#meniu img
		{
		 margin: -10px 5px -5px 0px; 
		}
		
#content
	{
	 margin:33px 10px 5px 10px;
	 border:solid #c0e0e0 5px;
	 min-height:470px;
	 background:#d2ebea url('/competitie/resources/images/wheel.png') no-repeat;
	}
	
#bottom
	{
	 text-align:left;
	 margin:0 40px 0 40px;
	 width:920px;
	 min-height:100px;
	 color:#808080;
	 font-weight:bold;
	 font-style:'Comic Sans MS';
	 padding-left:25px;
	 margin-top:15px;
	}
	
	#bottom a:link, #bottom a:visited, #bottom a:hover, #bottom a:active
		{
		 padding-left:14px;
		 padding-right:12px;
		 color:#808080;
		}
	
	#bottom span.share
		{
		 float:right;
		 margin-right:30px;
		}