@charset "UTF-8";

/*
Main Stylesheet - CSS Document
Author: Soleil Onoya
Date: Wednesday, June 23 2010
Website: www.outsidesphere.com
*/



/*initial*/
html, body {
	margin: 0;
	padding: 0px;
}

body {
 	background-color: #ffffff;
	color: #9e9e9e;   
	font: 90% Helvetica, "Helvetica Neue", sans-serif;
	margin-top: 40px;
}

a {
	color: #000;
}

a:link { color: #b3b3b3; text-decoration:none; }
a:visited  { color: #5d5d5d; text-decoration:none; }
a:hover { color: #b3b3b3; text-decoration:underline; }
a:active { color: #b3b3b3; text-decoration:none; }


/*site*/
p {
	font: 110% Helvetica, "Helvetica Neue", sans-serif;
	color: #5d5d5d;
	text-align: center;
}

#container {
	width: 900px;
	background: transparent;
	margin: 0 auto;
	/*position: absolute;*/
}

.slash_left {
	width: 900px;
	height: 100px;
	background: transparent url('../img/slash_left.png') 0 0 repeat-y;
}

.slash_right {
	width: 900px;
	height: 100px;
	background: #ffffff url('../img/slash_right.png') 0 0 repeat-y;
}





