/* -- Default everything -- */
* {
	margin: 0;
	padding: 0;
	font-family: 'Monotype Corsiva', 'Times New Roman',serif;
    line-height: 1.2em;
	font-style: italic;
	font-size: 22px;
	color: #fff;
	border: 0px;
}
	
/* -- Main Tags -- */
body {
	background: #4e3652 url(images/bg_lidali.jpg) top center;
	height:100%; 
	width: 100%;
	position: absolute;
}
a {
	text-decoration: underline;
	color: #fff;
}
a:hover {
	color: #e7cf2a;
}

/* -- Borders/Outside -- */
#total_out {
	position:relative; /* needed for footer positioning*/
	width: 970px;
	margin: 0 auto;
	background: transparent url(images/lidali_logo_webdesign.jpg) top center no-repeat;
	height: 730px;
}

/* -- Logo -- */
#logo{
	margin: 25px;
	position: relativ;
	float: left;
}
/* -- Main -- */
#main{
	padding: 20px 0px 0px 500px;
    line-height: 1.2em;
	font-size: 22px;
	position: relativ;
	float: left;
	clear: both;
	width: 360px;
}
/* -- Footer -- */
#lidali{
	padding: 120px 0px 0px 0px;
	font-size: 16px;
}
