/* 
================================
Skin styles for Simple Red Leaf Skin 3 Pane Layout
Created by Lee Sykes - http://www.dnncreative.com
================================
*/
body
{
	/* set default font size for skin (Titles etc. will then use a percentage to specify their sizes) */
    margin: 0;
	padding: 0;
	line-height: 1.1;
	font-size: 0.7em;
	background-color: #000000;
}

*{
margin:0;
padding:0;
}

html,body{
margin:0;
padding:0;
}


div#container_spl{
	width:1008px;
	margin-left: -504px;
	height: 640px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -320px;
}


/* -----------------
DAQUI PARA BAIXO � C�DIGO PARA M�DULOS, DNN ECT
--------------------
 */

/* Pane Styles */

div.contentpane {
	clear: both;
	float: left;
}

