body {
	padding: 0;
	margin: 0;
	background: #efecd8 url(../image/cardlogo-1.jpg) top center no-repeat;
}
a#logo {
	width: 160px;
	height: 100px;
	left: 0;
	top: -100px;
	display: block;
	position: absolute;
}
body#design {
	background: #efecd8 url(../image/cardlogo.jpg) top center no-repeat;
}
body#design a#logo {
	left: 0;
}
#content {
	background: white;
}
#container {
	margin: 100px auto 0 auto;
	background: #cd013c;
	width: 100%;
	position: relative;
}
body#design #container {
	width: 965px;
}
body#card #container {
	background: none;
	width: 703px;
}
body#card #content {
	background: transparent;
	margin: -20px 0 0 0;
}
#cardshow {
	width: 124px;
	height: 85px;
	display: block;
	background: transparent url(../image/cardshow.png) no-repeat;
	position: absolute;
	top: -90px;
	left: 845px;	
}
body#card #cardshow {
	top: -95px;
	left: 580px;	
}	
#holder {
	width: 700px;
	height: 100px;
	margin: 0 auto;
	position: relative;
}
#holder a#logo {
	top: 0;
	left: 0;
	position: absolute;
}
body#index #container {
	margin: 0 auto;
}
