body{
	background-image: url(../assets/top_bg.jpg);
	background-repeat: repeat-x;
}

#home{
	background-image: url(../assets/home.jpg);
	background-repeat: no-repeat;
	background-position: left 100px;
	padding:20px 0 0 80px;
}

.module{
	background-image: url(../assets/top_l_cor.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 30px 20px 20px 30px;
}

.notice{
	background-color: #FFFF99;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFCC00;
	border-right-color: #FFCC00;
	border-bottom-color: #FFCC00;
	border-left-color: #FFCC00;
	padding:10px;
}