

	* {
		margin:0;
		padding:0;
		}

html, body {
		
		height:100%;
		font-family: Tahoma, Helvetica, Verdana, Arial, sans-serif;
		font-size: 14px;
		}

body {
		
		background: #000000;
		/*background: url(../img/background_skulpt_quer_black.jpg) no-repeat;*/
			
		}
		
		
#container_white {
		background-color: #000000;
   		border: 0;
    	margin: 80px auto 20px;
    	width: 1100px;
		z-index: 2;
	}
			
a:link {
		font-size: 14px;
		color: #a60e12;
		font-weight: bold;
		text-decoration: none;
	}
	
a:visited {
		font-size: 14px;
		/* ac9e6f */
		color: #a60e12;
		text-decoration: none;
		}
		
a:hover {
		font-size: 14px;
		color: #a60e12;
		font-weight: bold;
		text-decoration: underline;
	}
	
a:active {
		font-size: 14px;
		color: #a60e12;
		text-decoration: bold;
		}
			

		
	
	
	


	

