/* reset styles */
html, body, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote 
	{
		padding: 0;
		margin: 0;
		font-size: 100%;
 		font-weight: normal;
	}
	 
table 
	{ 
		border-collapse: separate; 
		border-spacing: 0; 
	}
	
td, th, caption 
	{ 
		font-weight: normal; 
		text-align: left;
	}
	
img, fieldset 
	{ 
		border: 0; 
	}
	
ol 
	{ 
	padding-left: 1.4em; 
	list-style: decimal; 
	}

ul 
	{ 
		padding-left: 1.4em; 
		list-style:square; 
	}

q:before, q:after 
	{ 
		content:''; 
	}
/* end reset */
body	{
	background-color:#000;
}
#wrapper	{
	background-image: url(../images/innersylum_holding_page.jpg);
	height: 750px;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5%;
}
