html 
{
	margin: 0px;
	padding: 0px;
}

body
{
	font-family: 'Century Gothic', Verdana;
	font-size: 10pt;
	background-image: url('backside.png');
	background-repeat: repeat;	
}

h2
{
	font-size: 1.2em;
}

#pageArea
{
	width: 750px;
	height: auto;
	padding: 0;
	margin: 0;
	margin: 0px auto;	
	text-align: center;	
}


#header
{
	width: 750px;
	padding: 0;
	margin: 0;
	margin: 0px auto;	
	text-align: center;		
}

.example
{
	width: 49.5%;
	float: left;	
}

#machinemakers
{
	height: 135px;
	clear: both;
}

#contact
{
	display: inline;
	float:right;
	font-size: 8pt;
}

#contact a
{
	text-decoration: none;
}

#contact a:hover
{
	text-decoration: underline;
}
