#container {
	width:1000px;
	height:600px;
	margin:0 auto;
	margin-top:20px;
}

.button
{
	width:200px;
	height:40px;
	line-height:40px;
	text-align:center;
    margin:0 auto;
	background:#FE6B1F;
	margin-top:20px;
	color:white;
    border-radius:5px;
	cursor:pointer;
}

.l_logo {
	text-align:center;
	font-size:30px;
	padding-top:15px;
	padding-bottom:20px;
}
.l_title {
	color:#16B9F0;
}
p {
	line-height:30px;
	margin:0 auto;
}
.l_content {
	margin-top:-10px;
}
.footer_center {
	width:340px;
}

.course
{
width:1000px;
height:30px;
margin:0 auto;
margin-top:20px;
text-align:center;
}

.course a:link {
	text-decoration: none;
	color:#4C4C4C;
}
.course a:visited {
	text-decoration: none;
	color:#4C4C4C;
}
.course a:hover {
	text-decoration: none;
	color:#4C4C4C;
}