
/* ----------------
  main
----------------  */
#main {
	width: 100%;
	height: 1000px;
	margin: 100px 0;
	text-align: center;
}

#main p{
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: #133;
}
#main a{
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: #eee;
	padding: 20px 50px;
	border-radius: 10px;
	background: #133;
	text-decoration: none;
}
#main a:hover{
	color: yellow;
}
