/********************************************
   AUTHOR:  			diweb 
   WEBSITE:   			http://www.diwebasturias.com/
   TEMPLATE NAME:		diweb
   VERSION:          1.0          	
 *******************************************/
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* Top Elements */
* { margin: 0; padding: 0; }

body {
	font: 30px Georgia, serif;
	color: #4d4d4d;
    font-style: italic;
	letter-spacing: 2px;
}

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	width: 900px;
	margin: 0 auto;
    background: #FFF url(content.png) repeat-y center center;
	text-align: right;
}

#content-wrap {
	width: 760px;
    height: 150px;
    margin-top: 250px
}

#main p {
    position:relative;
        left: 0px;
       }


#header {
	position: relative;
	width: 900px;
    height: 100px;
	background: #FFF url(header.png) no-repeat center top;
	padding: 0;
}

#header .logo {
	position: absolute;
    left: 90px; top: 50px;
}


/* Footer */	
#footer {
	position: relative;
    color: #444;
	background: #FFF url(footer.png) no-repeat center;
	clear: both;
	width: 900px;
	height: 150px;
	text-align: center;	
	font: 17px Georgia, serif;
	letter-spacing: 0;
    margin-top: 0px;
}
#footer a:link, a:visited { 
	color: #333;
	text-decoration: underline;
}
#footer a:hover {
        color: #fff;
        background-color: #333;
        text-decoration: none;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }


