body {
	background-color: white;
	padding: 0px;
	margin: 0px auto;
	font-family: Arial, Helvetica, sans-serif;
}
img {
	border: 0px;
}	
ul {
	margin: 0px;
	padding: 0px;
}
li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
p {
	font-size: 12px;
}
#container {
	width: 960px;
	height: 600px;
	margin: 0px auto;
}
#main {
	width: 100%;
	height: 460px;
	text-align: left;
	margin-top: 90px;
	padding: 0px;
	background-image: url(../images/portrait.jpg);
}
#main .txt {
	width: 368px;
	font-size: 14px;
	line-height: 18px;
	text-align: left;
	color: #666666;
	margin: 260px 0px 0px 290px;
	padding-top: 12px;
	border-top: 1px solid;
	position: absolute;
}
#logo {
	width: 100%;
	height: 100%;
	margin-top: 180px;
	background-image: url(../images/remax_logo.gif);
	background-repeat: no-repeat;
	position: absolute;
}
#footer {
	width: 960px;
	height: 140px;
	margin: 0px;
	color: #333333;
	background-color: #CCCCCC;
}
#footer a {
	text-decoration: none;
	color: #FFFFFF;
}
#footer a:hover {
	text-decoration: underline;
}
#footer ul {
	font-size: 14px;
	line-height: 18px;
}
#footer #block {
	width: 240px;
	height: 140px;
	margin: 0px;
	background-color: red;
	float: left;
}
#footer #block .colA {
	font-weight: bold;
	color: #FFFFFF;
	margin: 32px 0px 0px 20px;
	display: block;
	float: left;
}
#footer #block .colB {
	color: #FFFFFF;
	margin: 32px 0px 0px 20px;
	display: block;
	float: left;
}	
	
	
