/*	
	STUDIO JUICE STYLESHEET

	CLIENT:		Insanity Group of Companies
				(http://www.insanitygroup.com/)

	MEDIA:		SCREEN

	AUTHOR:		STUDIO JUICE LONDON
				(http://www.studiojuice.com/)
				
----------------------------------------------------*/
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	background: #231F20;
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
/* Hide from IE5mac \*//*/
html, body {
	height: auto;
}
/* end hack */

/* =img Default styling for images
----------------------------------------------------*/
img {
	border: 0px;
}
/* =A
----------------------------------------------------*/
a {
	text-decoration: none;
	color: #CCCCCC;
	font-weight: bold;
	font-size: 12px;
} 
a:hover {
	color: #FFFFFF;
}
/* CONTAINER
----------------------------------------------------*/
#center {
	visibility: hidden;
	width: 100%;
	height: 50%;
	margin-top: -210px;
	float: left;
}
/* Hide from IE5mac \*//*/
#center {
	display: none;
}
/* end hack */

#container {
	background: url(../img/InsanityBrands.gif) top center no-repeat;
	margin: 0 auto;
	width: 700px;
	height: 420px;
	clear: both;
	padding: 0px;
	position: relative;
	top: -210px;
	/* IE4ever Hack: Hide from IE4 **/
	position: static;
	/** end hack */
}
/* NO FLASH / JAVA
----------------------------------------------------*/
#noFlash {
	width: 400px;
	height: 200px;
	position: relative;
	top: 180px;
	left: 150px;
	text-align: center;
}

h1, h2 {
	font-size: 12px;
	font-weight: bold;
	line-height: 140%;
	color: #FFFFFF;
	border-bottom: 1px #FFFFFF solid;
}
p {
	line-height: 140%;
}
p a {
	text-transform: uppercase;
}
/* ENDS
----------------------------------------------------*/