/* CSS Document for MoniqueGibson.com temp page
Copyright 2008 KAA Design Group, All Rights Reserved
http://www.kaadesigngroup.com
*/

html,
body {
	margin:			0;
	padding:		0;
	height:			100%;
	background:		#333333;
	color:			#808080;
}

* {
	padding:		0;
	margin:			0;
	border:			0;
}

img {
	border:			0;
}

#positioning {
	height:			50%;
	width:			50%;
	float:			left;
	margin-bottom:	-168px;
}

#positioning h1 {
	display:		none;
}

/* strip that extends forever to the right */
#container {
	clear:			left;
	height:			335px;
	width:			972px;
	margin:			0 auto 0 auto;
	position:		relative;
	overflow:		hidden;
	background:		#131113;
}

/* put a grey background behind the slideshow*/
#reveal {
	background:		#333333;
	width:			950px;
	height:			335px;
}

/* images with torn edges */
#tear {
	width:			100%;;
	top:			0;
	left:			0;
	z-index:		500;
	position:		absolute;
	overflow:		hidden;
	text-align:		left;
}

.slide {
	position:		absolute;
	left:			435px;
	top:			3px;
	height:			328px;
	width:			1400px;
}

/* We decided to include the border in the images

.slide img {
	height:			316px;
	border:			6px solid #FFFFFF;
	margin:			0 1px 0 0;
	float:			left;
}
*/

.slide img {
	height:			328px;
	float:			left;
}

#contact {
	width:			972px;
	margin:			0 auto 0 auto;
	text-align:		right;
}

#contact img {
	margin-right:	52px;
}

#contact p {
	display:		none;
}
