﻿
html {
	height: 100%;
	margin: 0px;
}

body, p, td, li
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 85%;
}

body 
{
	font-family: Arial;
	margin: 0px;
	text-align: center;
	min-height: 100%;
	height: 100%;
	max-height: 100%;

}

#page
{
	min-height: 100%;
	_height: 100%;/*ie6 hack*/
	margin: 0 auto;
	width: 760px;
	background-color: White;
	text-align: left;
}

#topbar 
{
	background-image: url(../images/top_bg.gif);
	height: 119px;
}

#ebuyerLogo {
	margin: 10px 0px 0px 10px; 
	float: left;
}

#page_home 
{
	min-height: 100%;
	_height: 100%;/*ie6 hack*/
	margin: 0 auto;
	width: 760px;
	background-color: White;
	text-align: left;
	background: url(../images/home_bg.jpg) no-repeat left top;
	background-color: white;
}

#page_home #topbar 
{
	background: none!important;
}

img 
{
	border: none;
}

.threecolumn 
{
	float: left;
	width: 33%;
}

.twocolumn 
{
	float: left;
	width: 50%;
}


