/** reset css */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
}

/* custom CSS */

html {
	width:100%;
	height:100%;
}

body {
	margin:0 auto;
	padding:0px;
	width:100%;
	height:100%;
	z-index:0;

}

#background_pixel_left{
	background-color:#8f8d2a;
	float:left;
	width:49%;
	height:100%;
	z-index:0;
}

#background_pixel_right{
	background-color:#858327;
	float:right;
	width:49%;
	height:100%;
	z-index:1;
}

#background{
	position:relative;
	top:0px;
	width:830px;
	height:665px;
	margin-left:auto;
	margin-right:auto;
	padding:0;
	background:url('background.png') no-repeat;
	z-index:3;
}

#background_shadow{

	position:relative;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	width:100%;
	height:100%;
	background:url('pixel_repeat.jpg') top center repeat-y ;
	z-index:2;
}



#phone{
height:12px;
width:33px;
left:505px;
top:76px;
position:absolute;
	font-family:calibri;
	font-size:12px;
	color:#eae745;

}

#phone_p{
display:block;
	height:12px;
	width:74px;
	left:539px;
	top:76px;
	position:absolute;
	font-family:calibri;
	font-size:12px;
	color:#ffffff;

}

#separator{
background:url('separator.png') no-repeat;
position:absolute;
left:613px;
top:76px;
width:10px;
	height:12px;
	z-index:3;
}

#address{
	font-family:calibri;
	font-size:12px;
	color:#ffffff;
	height:12px;
	width:170px;
		left:623px;
		top:76px;
		position:absolute;
}

#redirect_button{

width:189px;
height:32px;
position:absolute;
left:619px;
top:444px;
background:url('button.png') no-repeat;
}

#redirect_button a{
display:block;
	text-align:center;
	color:#1c323e;
		font-family:calibri;
		font-size:11px;
	text-decoration:none;
	position:relative;
	height:100%;
	line-height:32px;
}

