/* CSS Document */

body {
	margin:0;
	padding:0;
	font-size:12px;
	color:#525252;
	text-align:center;
}

body html {
	width:100%;
}

img {
	display:block;
}

a, a.visited {
	color:#525252;
	text-decoration:underline;
}

a:hover {
	color:#FF9900;
	
}

p {
	margin:0;
	padding:0;
	line-height:18px;
}

h2 {
	margin:0;
	padding:0;
	font-size:14px;
	font-weight:bold;
	color:#FF9900;
}

h3 {
	margin:0;
	padding:0;
	font-weight:bold;
	font-size:18px;
}


#wrapper {
	width:1000px;
	margin:0 auto;
	text-align:left;
}

.banner {
	width:1000px;
	height:251px;
	background:url(images/banner.jpg) top left no-repeat;
}



.k {
	width:1000px;
	height:247px;
	background:url(images/K.jpg) top left no-repeat;
}

.score {
	width:1000px;
	height:246px;
	background:url(images/score.jpg) top left no-repeat;
}

.giftslist {
	float:left;
	margin:50px 0 0 185px;
	padding:0;
	width:800px;
	list-style:none;
	text-align:left;
	display:inline;
}

.giftslist li {
	float:left;
	width:158px;
	text-align:center;
	margin-right:20px;
	display:inline;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}

.rule {
	width:1000px;
	height:249px;
	background:url(images/rule.jpg) top left no-repeat;
}

.namelist {
	float:left;
	margin:80px 0 0 670px;
	color:#b6a78f;
	display:inline;
}
	
.content {
	width:1000px;
	height:400px;
	background:url(images/contentbg.jpg) top left no-repeat;
}



.info {
	float:left;
	margin:30px 0 0 185px;
	padding:0;
	width:650px;
	display:inline;
}

.info td {
	padding:5px;
}

.copyright {
	width:1000px;
	height:78px;
	background:url(images/copyright.jpg) top left no-repeat;
}