@charset "utf-8";
/* base */
body, iframe, h1, h2, h3, h4, h5, p, img, tr, td, dt, dd, li, img, div {
	margin: 0;
	padding: 0;
	border: none;
	font-family: Tahoma;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}
ol, ul {
	list-style: none;
}
* {
	margin: 0;
	padding: 0;
}
body {
	width: 100%;
	margin: 0 auto;
}
a {
	float: left;
	border: none;
	text-decoration: none;
	color: #000;
}
/*--------------------------------------------------- */

/* clazziquaiproject */
#clazziquaiproject {
	width: 100%;
	margin: 0 auto;
}
/* Header */
#header {
	background: url(../images/bg.jpg) repeat;	
	width: 100%;
	margin: 0 auto;
}

#header p {
	width: 1024px;	
	margin: 0 auto;
}

/* Album */
#album {
	background:#FFF;
	width: 100%;
	margin: 0 auto;
}
#album p {
	background:url(../images/album.jpg);
	width:1024px;
	height:704px;
	margin:0 auto;
}
#album p .cover {
	float: left;
	display: block;
    position: absolute;	
	width:300px;
	height:335px;
	margin:50px 0 0 50px;
	background:url(../images/cover.jpg) no-repeat;
}
#album p .cover:hover {
    background-position: 0 -335px;
}

/* footer 頁尾 */
#footer {
	width: 1024px;
    height:50px;
	bottom:0;
	margin: 0 auto;
	text-align: center;
	color:#000;
}
/*--------------------------------------------------- */
