html
{
height: 100%;
}

body
{
            background: #DEE9F4 url('http://www.giorgiosardo.com/BlogPictures/background.jpg') repeat-x 0px top;
background-color: #DEE9F4;
}

#masthead 
{
background-color: Transparent;
	background-image: url('http://www.giorgiosardo.com/BlogPictures/header.jpg');
background-repeat: no-repeat;
	width: 804px;
	height: 198px;
	overflow: hidden;
/*
	margin-top: 8px;
	margin-left: auto;
	margin-right: auto;
*/
}

#nav
{ display:none; }
#title
{ display:none; }

#content
{background-image: url('http://www.giorgiosardo.com/BlogPictures/body.jpg');
background-repeat: repeat-y;
}

#leftmenu
{position:relative;
margin-top: 120px;
}

#welcome
{
background-color: transparent;
color: #1B83C5;
}

#welcome a:link
{
color: #1B83C5;
}

#userArea
{
float: left;
padding-right:0px;
padding-left:8px;
}