@charset "UTF-8";
/* CSS Document */
body{
	background: #010101 url(images/background.jpg) repeat-x;	
}
#content_wrapper {
	
}

#content{
	position:relative;
	width: 1000px;
	background: url(images/main.jpg) no-repeat;
	height:1008px;
	margin: 0 auto;
}
#five, #training{
	position: absolute;
	top: 850px;
}
#five{
	left: 370px;
}
#training{
	left: 800px;
}
.attend {
	background: url(images/attend.gif) 0 0 no-repeat;
	width: 125px;
	height:21px;
	text-indent:-999em;
	display: block;
}
.attend:hover {
	background: url(images/attend.gif) 0 -23px no-repeat;
}
