﻿@import url("layout.css");
/* --------------------------------- custom css for how_to_help.html */
#mainpicture {
	position:absolute;
	left:auto;  /* this property allows the picture to reposition with the screen width */
	top:220px;
	width: 200px;
	height:200;
	z-index:1;
	border: thin none #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 340px;
}
#footer2 {
	position:absolute;
	left:auto;
	top:868px;
	width:675px;
	height:1px;
	z-index:4;
	padding-left: 40px;
}
#bottom_band {
	position:absolute;
	left:0px;
	top:898px;  /* 30px more than footer2 top */
	height:55px;
	z-index:5;
	width:500%;
	background-color: #065DA0;
	background-image: url(../images/background_g2.gif);
}
#panel_one {
	position:absolute;
	left:auto;
	top:220px;
	width:270px;
	height:227px;
	z-index:2;
	padding-left: 40px;
	padding-right: 36px;
	font-size: 10pt;
	line-height: 12pt;
}
#panel_two {
	position:absolute;
	left:auto;
	top:469px;
	width:304px;
	height:281px;
	z-index:3;
	padding-left: 350px;
}
#cars4homes_logo {
	position:absolute;
	left:auto;
	top:690px;
	width:127px;
	height:84px;
	z-index:6;
	padding-left:40px;
}
#cars4homes_text {
	position:absolute;
	left:325px;
	top:686px;
	width:480px;
	height:88px;
	z-index:7;
	left:auto;
	padding-left:200px;
}
#paypal {
	position: absolute;
	padding-left:80px;
	left:auto;
}
/* EOF */
