/* Created by Bi-'stO Design : bistodesign.com */
/* Thanks Squidfingers */

/* COLORS
Color: # (Type)
Color: # (Accent Color)
Color: #HEXHEX (usage)
*/



/* Zero */

* {
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	border: 0px;
	}
	
body{
	background-color: #000000
	}
	
/* -------- Content  -------- */

#container{
	width: 950px;
	height: 600px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-image: url(images/background2.jpg);
	}