/*
Theme Name: Grace Lee Beauty Custom Theme
Theme URI: http://www.side-project.ca/
Description: Custom-built theme made exclusively for Grace Lee Beauty.com
Version: 1.0
Author: Alan Evanson
Author URI: http://www.side-project.ca/
Tags: flash, cms

*/



* {
	margin:0;
	padding:0;
	}

html, body {
	height:100%;
	}

body {
	background:#000000 url(images/bg-slice.png) repeat-x center;
	color:#630;
	font:100.01%/1.4 sans-serif;
	text-align:center; /* horizontal centering for IE Win quirks */
	}

#distance { 
	width:1px;
	height:50%;
	margin-bottom:-325px; /* half of container's height */
	float:left;
	}

#container {
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	text-align:left;
	height:650px;
	width:1000px;
	clear:left;
	background-color:#FFFFFF ;
	}
hr {
	display: none;
	}
