/* USB-STICK_SYSTEM */
/* Autor Jonas Gärtner */

body
{
	background: url(image/USB2.jpg) no-repeat;
	background-position: center;
	background-position: top;
	background-color: #FFF;
	
	
	
	
	
	
	
}

a
{
	text-decoration:none;
	color: black;
}

a:hover
{
	
}

a img
{
	
}

/* root_site Setup*/

#root_site
{
	margin-top: 40px;
	width: 860px;
	height: auto;	
	background-color: 575757;
	color: 48daff;
}

	#head_main
	{
		background: 575757;
		width: 100%;
		height: auto;
	}
	
	#info_main
	{
		background: 575757;
		width: 100%;
		height: auto;
	}
		.info_table
		{
			padding: 10px 30px 20px 30px;
		}
	
	#question_main
	{
		background: 575757;
		width: 100%;
		height: auto;
	}

	#navi_main
	{
		background: 575757;
		width: 100%;
		height: auto;
	}
	
		.navi_left_main
		{
			width: 50%;
			height: auto;
			background-color: c1fb8a;
			float: left;
		}
		
		.navi_right_main
		{
			width: 50%;
			height: auto;
			background-color: ff7875;
			float: right;
		}
	
	#footer_main
	{
		background: #333333;
		width:100%;
		height:50px;
		float:left;
	}