/* thezonie.css */

body	
{
	background-color: #e5e5e5;
	background-image: url('grad.gif');
	background-repeat: repeat-x;
	text-align: center;
	margin: 0px;
}

#background
{
	background-image: url('background.gif');
	width: 620px;
	height: 420px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#thezoniellc
{
	position: absolute;
	background-image: url('thezoniellc.gif');
	width: 371px;
	height: 61px;
	top: 170px;
	left: 125px;
	opacity: .1;
	filter: alpha(opacity=10);
}

#csawd
{
	position: absolute;
	background-image: url('csawd.gif');
	width: 310px;
	height: 20px;
	top: 235px;
	left: 188px;
	opacity: .1;
	filter: alpha(opacity=10);
}

#mail
{
	position: absolute;
/*	width: 13px;	*/
/*	height: 10px;	*/
	bottom: 19px;	
	right: 20px;
	opacity: .1;
	filter: alpha(opacity=10);
	font-size: 0pt;	/* kludge for IE ... otherwise it makes the div height as big as the text size */
}

#portfolio
{
	position: absolute;
/*	width: 130px;	*/
/*	height: 20px;	*/
	bottom: 17px;	
	left: 20px;
	font-size: 0pt;	/* kludge for IE ... otherwise it makes the div height as big as the text size */
}