html, body, #main {
	min-height: 100%;
	width: 100%;
	height: 100%;
}

html>body, html>body #main{
	height: auto;
}




body {
	background-color:#ffffff;
	margin: 0px;
	padding: 0px;
}


#main {
	position:absolute;
	width:850px;
	left: 50%;
	top: 0px;
	margin-left: -425px;
	background-color:#ffffff;
	padding: 0px 0px 0px 0px;
}

.proHolder{
	position:relative;
	padding:70px 0px 50px 0px;
	left:10px;
	float:left;
	
	/*border:1px solid #f00;*/
}


.column6{
	width: 840px;
}

.column1{
	width: 130px;
}

.column4{
	width: 550px;
}

#date {
	clear:both;
	position:absolute;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	top:118px;
	left:10px;
	height: 17px;
	width: 830px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding-top: 4px;
}

#myIMG{
	border-top:1px solid #000;
}
#menu {
	position:absolute;
	top:156px;
	left:10px;
	height: 30px;
	width: 830px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#header {
	height: 180px;
}

#footer {
	position: absolute;
	bottom: 0px;
	left:50%;
	width:810px;
	clear:both;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding-top: 4px;
	margin-left:-415px;
	margin-bottom:5px;
	padding:3px 0px 3px 20px;
}
#footer a {
	text-decoration:none;
}
	
a {
	color:#000000;
	text-decoration: none;
	cursor: pointer;
}

#contact{	
	
	visibility:hidden; 
	font-family:arial;
	font-size:12px;
	font-weight:normal;
	color:#333333;
	cursor:pointer;
	position:absolute;
	padding:55px 0px 0px 00px;
	right:10px;
	top:0px;
	height:90px;
}

#contact a{
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	color:#333333;	
}

#detailProHolder{
	position:relative;
	padding:70px 0px 130px 0px;
	left:10px;
	width: 130px;
	float:right;
	/*border:1px solid #f00;*/
}
