@charset "utf-8";

#last_preview {
	position: relative;
	top: 30px;
	left: 350px;
	width: 650px;
	height: auto;
	margin-bottom: 50px;
	}
	
	#last_preview .text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	text-align: center;
	width:500px;
	float:left;
	}
	
	#last_preview .title {
		width: 400px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 16px;
		color: #666666;
		text-align: center;
		font-weight: bold;
		margin-bottom: 7px;
		float: left;
	}

#last_preview .link {
		width:100px;
		float:right;
		text-align:right;
}

#title2 {
	position: relative;
	top: 10px;
	left: 100px;
	font-family: "Courier New", Courier, mono;
	font-size: 40px;
	color: #333333;
	text-align: center;
	margin-bottom: 30px;
		}
		
#logo_training {
	position:relative;
	width:480px;
	height:150px;
	left: 380px;
}		
