html {
	width: 100%;
	height: 100%;
	min-height: 100%
}

body {
	background: #7d512c url(../images/studio-gradient.jpg) repeat-x 0 0;
	height: 100%;
}

html, body {
	border: 0;
	margin: 0;
	padding: 0;
}

#wrapper {
	width: 100%;
	margin: 0 auto;
	background: url(../images/studio-chameleon-store-front.jpg) no-repeat 0 10px; 
	width: 850px;
	height: 712px;
}

#store {
	margin: 0 auto;
	position: relative;
	clear: both;
	padding-top: 620px;
	width: 700px;
	padding-left: 80px;
	padding-right: 100px;
	color: white;
}

#store a:link {
	color:white; 
	text-decoration:none;
	border-bottom:1px dotted white;
	padding-bottom:1px;
}

#store a:visited {
	color:white; 
	text-decoration:none;
	border-bottom:1px dotted white;
	padding-bottom:1px;
}

