@charset "utf-8";

body {
	background-color:#de614e; /*換色時需更改*/
	background-image:url(../images_sakula/bg_1680.jpg); /*換色時需更改*/
	
	background-repeat:no-repeat;
	background-position: center top;
	
	
}

/*----------------------------- Top裡最上面那層 --------------------------------*/
#header{
	background-image:url(../images_sakula/head_bg_1003.gif); /*換色時需更改*/
}
.subMenuStyle ul{	
	background-color:#FF8276; /*換色時需更改*/
}
#logo{
	background-image:url(../images_sakula/logo.png);/*換主題時需更改*/
	background-repeat: no-repeat;
	z-index:1000;
}
#login{
	background-image:url(../images_sakula/login_bg.gif); /*換色時需更改*/
	background-repeat: no-repeat;
}
#footer{
	color:#000;
}
#footer a{
	color:#000;
}


