@charset "UTF-8";
/* CSS Document */


/*
*

	safety DEF's

*
*/

* {
	
	
	font-family: Arial, Helvetica, sans-serif;
	color: #3a6488;
	margin: 0;
	padding: 0;
}


body, html {

	height: 100%;
	
}

a {
	outline: none;
}

a img {

	border: 0;

}



/*
*

	TAG's

*
*/


body {
		
	
	font-size: 13px;
	background:  #000000;
	
}


strong {

	color: #0085cf;
	
}


a {

	text-decoration: none;
	color: #fff;
	
}

a:hover {

	color: #0085cf;

}

/*
*

	helping CLASS'es

*
*/


.cutRight {

	float: right;
	
}


.strong {

	color: #0085cf;
	
}



/*
*

	ID's

*
*/

#layout {

	
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -2.2em; /* the bottom margin is the negative value of the footer's height */
	width: 100%;
	text-align: center;

}


		
	
		#menuContainer {
		
			position: absolute;
			left: 83px;
			top: 118px;
			width: 400px;
			height: 300px;
			
			color: #000;
		
		}
		
		
		#menuContainer * {	color: #000; }
		
			
		#contents {
		
			position: absolute;
			left: 622px;
			top: 172px;
			width: 323px;
			height: 300px;
			color: #000;
		
		}	
		
		
			
	
	.wrapper {
		
	}
	
	
	.footer, .push {
		height: 2.2em; /* .push must be the same height as .footer */
		width: 98%;
		margin: 0 auto;
		text-align: right;
	}
	
	.footer address {
		
		width: 120px;
		text-align: right;
		float: right;
		
	}
	
	.footer address a {
		
		
		text-align: right;
		
	}

		

		
			
			#laserCont {
				
				position: absolute;
				width: 100%;
				height: 400px;
				top: 10px;
				
				}
			
			#laser {
				width: 600px;
				height: 400px;
				margin: 0 auto;
				
				}
			
			
			
			
			
			
