html {
    overflow: auto;
	background: #b7b7b7;
	background-image: url('/images/bg.png');
    background-position: 50% 0;
    background-repeat: repeat-y;
}

html:not(:nth-child(1)) { overflow: visible; }

html, body {
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
    height: 100%;
    font-family: Arial, Helvetica, Verdana;
}

body {
    font: 14px/120% Verdana, Tahoma, Arial, Helvetica, sans-serif;
    position: relative;
    min-width: 640px;
	width: 996px;
	margin: 0 auto;
    background-image: url('/images/bg.png');
    background-position: 50% 0;
    background-repeat: repeat-y;
}

#header {
    height: 327px;
    background-image: url('/images/head.png');
    background-position: 50% 0;
    background-repeat: no-repeat;
    color: #FFF;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1000;
	left: 0;
}

#car {
	float: right;
	position: absolute; right: 0; bottom: 0
}

#container {
    padding-left: 315px;
	float: left; /* IE 5.01 */
	float/**/: none;
	overflow: hidden;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	position: relative;
	width: 639px;
	margin: 0 auto;
    background-image: url('/images/menu-bg.png');
    background-repeat: repeat-y;
}

* html #container { overflow: visible; }

#left, #content {
    float: left;
    position: relative;
	padding-bottom: 90px !important;
	padding-top: 327px !important;
}

/*\*/
#left, #content {
    padding-bottom: 1000em !important;
    margin-bottom: -993em !important;
}
/**/

@media all and (min-width: 0px) {
    #left, #content {
		margin-bottom: 0 !important; 
		padding-bottom: 90px !important;
	}

	#left:before, #content:before {
		content: 'EasyClearing';
		display: block;
		background: inherit;
		padding-top: 1000em !important;
		margin-bottom: -1000em !important;
		height: 0;
	}
}

#container:after {
	content: 'EasyClear'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

#container { display: inline-block; }
/*\*/
#container { display: block; }
/**/

#left {
    width: 315px;
    margin-left: -100%;
    right: 315px;
    background-image: url('/images/menu-bottom.png');
    background-position: 0 362px;
    background-repeat: no-repeat;
}

* html #left {
    left: -954px;
}

#content {
    width: 100%;
}

#inner {
	padding: 0 30px 20px 30px;
	text-align: justify;
}

#footer {
    height: 90px;
    color: #FFF;
    background-image: url('/images/bottomline.png');
	position: relative;
	z-index: 1000;
	margin-top: -90px;
	width: 100%;
	background-position: 50% 0;
    background-repeat: no-repeat;
}

#footernav {
	padding-top: 25px;
	font-size: 14px;
	font-weight: bold;
	color: #666;
	text-align: center;
	font-family: Arial, Helvetica, Verdana;
}

#footernav a{
	padding: 0 5px;
	color: #444;
	text-decoration: none;
}

#footernav a:hover{
	text-decoration: underline;
}

#copy {
	font-size: 11px;
	color: #777;
	text-align: center;
	padding-top:6px;

}

#copy a{
	color: #777;
}

#copy a:hover{
	color: #999;
}

img {
	border: 0;
}

#left img {
	display: block;
}

#content a{
	color: #d00;
}

#content a:hover{
	color: #f00;
}

.icon {
	float: left;
	padding-right: 10px;
}

#content a.button {
  background-color: #d00;
padding: 4px 10px;
color: #fff;
font-weight: bold;
text-decoration: none;
border: 1px solid #b00;
}

#content a.button:hover {
  background-color: #e00;
}
