/* CSS Aldo Vigliotti ---////// freelance designer //////--- */

html,body{
	margin:0;
	padding:0;
	height:100%;
	}

body{
	font-family:arial,sans-serif;
	font-size:76%;
	background-repeat: repeat;
	background-attachment: fixed;
	background-image: url(images/bg.gif);
	}
	
body> #container{
	height:auto;
	min-height:100%;
	}

#container{
	position: absolute;
	width:446px;
	height:100%;
	margin:0 auto;
	}

#header{
	padding-top:30px;
	}

#email{
	float:left;
	width:446px;
	height:176px;
	background:url(images/text.gif);
	}
	
.hiddenText{
	visibility:hidden;
	margin:0px;
	padding:0px;
	}


