html, body {
	margin: 0;
	padding: 0;
	text-align: left;
}
#tagline {
	padding-top:20px;
}
#container {
	position: relative;
	text-align: left;
	width: 756px;
	height: 513px;
	background-image:url(../../splash/images/splash_bkgd_tile.gif);
	background-repeat:repeat-x;
}
#content {
	background-image:url(../../splash/images/corners.gif);
	background-repeat:no-repeat;
}
#hero {
	height:513px;
	text-align:left;
	background-image:url(../../splash/images/hero.gif);
	background-repeat:no-repeat;
}
#asterisk {
	width:352px;
	padding-top:42px;
	padding-left:47px;
}
#logo, #about, #shop, #salon, #contact, #right {
	padding-top:33px;
	float:left;
}
#text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#888888;
	width:756px;
	text-align:center;
	padding-top:8px;
}
#text a {
	color:#888888;
	text-decoration:none;
}
#text a:hover {
	text-decoration:underline;
}