/* 
	2008 MULTILAYER DESIGN - MATTCHEDIT.COM
	www.multilayerdesign.co.uk

	Created: Thursday 21th Aug 2008
	Author: Kevin Jaques
	Updates: Created holding page template corner reveal
	
*/

/* doubled layer approach

BOTTOM LAYER - CLIENT IMAGE HAS TO BE 410 WIDE * 430 HIGH

top layer - our static png corner overlay

*/

body, html
{
	width: 100%;
	height: 100%;
	overflow: hidden;
	min-width: 700px;
}

body
{
	background-color: #fff;
	color: #000;
}

#clientreveal
{
	position: absolute;
	top: 0;
	left: 0;
	width: 410px;
	height: 430px;

	background: url(./images/clientname_cornerreveal.jpg) no-repeat;
	z-index: -1;
}

#clientreveal span
{
	position: absolute;
	top: 0;
	left: 0;
	width: 410px;
	height: 430px;

	background: url(./images/clientname_cornerreveal_overlay.png) no-repeat;
	z-index: 1;
}

#top /*ie7 quick fix*/
{
	position: relative;
	margin: 50px auto 0 auto;
	width: 270px;
	height: 10px;
}

#mitlogo
{
	position: relative;
	margin: 100px auto 0 auto;
	width: 270px;
	height: 79px;
	
	background: url(./images/mattcheditlogo.jpg) no-repeat;
	z-index: 5;
}

#mitheader
{
	margin: 100px auto 0 auto;
	width: 600px;
	height: 400px;
	text-align: center;
	
	z-index: 6;
}