/* ------------------------------------------------------------------------------------ *
| GLOBALS CSS FILE :: For Elisava														|
| css/layOut.css																		|
| 																						|
| PROJECT :: HelloPlan																	|
| 																						|
+ ------------------------------------------------------------------------------------- +
| Author :: Master 2010																	|
* ------------------------------------------------------------------------------------- */


/* @group GLOBALS ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

/* @end  :::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = */

/* @group PAGE LAYOUT ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
#wrapper{
    background:#fff url(../images/background.png) repeat-x;
}

#header{
    background:#fff url(../images/header.png) no-repeat;
	width: 960px;
	height: 210px;
	margin:0 auto 0 auto;
	}

#content{
	margin: 0 auto 0 auto;
    background:#fff url(../images/body.png) no-repeat;
	width: 960px;
	height: 1300px;
	padding: 0;
	margin:0 auto 0 auto;

}


/* @end  :::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = */

/* @group MISC :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */



/* @end  :::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = */

/* @group CLEARFIX :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#itemConClearFix:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* @end  :::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = */

