@charset "iso-8859-2";
/* CSS Document */

	#full_site{
		width:1200px;
		background-color:#fff;	
	}
	#header{
		position:absolute;
		z-index:2;	
	}
	#content{
		position:absolute;
		z-index:3;
		top:350px;	
		width:900px;
		/*background*/
		background:#fbfff1;
		background:-webkit-gradient(linear,left top,left bottom, from(#fefffb),to(#fbfff1));
		background:-moz-linear-gradient(100% 100% 90deg, #fefffb, #fbfff1);
		/*shadowbox*/
		-webkit-box-shadow:5px 5px 10px #666;
		-moz-box-shadow:5px 5px 10px #666;
		box-shadow:5px 5px 10px #666;
		color:#000;
		margin-left:125px;
		padding:20px 20px 20px 20px;
		text-align:left;
		/*height:100%;*/
	}
	#footer{
		position:fixed;
		left:0px;
		bottom:0px;
		width:100%;	
		background:#6e920f;
		background:-webkit-gradient(linear,left top,left bottom, from(#86b213),to(#6e920f));
		background:-moz-linear-gradient(100% 100% 90deg, #86b213, #6e920f);
		z-index:3;
		height:40px;
		padding-top:10px;
		color:#FFF;
		text-decoration:underline;
	}
	#footer a{
		color:#FFF;
		text-decoration:underline;
	}
	#kep{
		float:left;	
		-webkit-box-shadow:3px 3px 10px #000000;
		-moz-box-shadow:3px 3px 10px #000000;
		box-shadow:3px 3px 10px #000000;
	}
	.elv{
		float:left;
		width:100%;
		background:#7dac03;
		height:3px;
	}
	.hiddendiv{
		position:relative;
		padding-top:10px;
		height:80px;;	
	}
