#wrapper {
     width: 1410px;
     margin: 0 auto;
	 border: 0px solid #000000;
	 font-family:Arial,Helvetica,sans-serif;
	 text-align: center; 
	 position: relative;
}

#preload { 
	display: none;
}

body {
	border:	 0;
	margin:	 0px;
	padding: 0px;
}

p {

}

h1 {
	color:#9e0b0f;
	font-size: 100%;
}

h2{
	color:#ffffff;
	font-size: 110%;
	text-align:left;
	margin: 0 0 2px 0;
}

h3 {
	color:#ffffff;
	font-size: 200%;
	text-align:left;
	margin: 0 0 10px 0;
}

h4 {
	color:#ff2613;
	font-size: 200%;
	text-align:left;
	margin: 0 0 0 0;
}

h5{
	color:#ffffff;
	font-size: 110%;
	text-align:center;
	margin: 0 0 2px 0;
}

li {
    list-style-type: none;
}

a:link {color:#42403b; text-decoration: none;}    /* unvisited link */
a:visited {color:#42403b; text-decoration: none;} /* visited link */
a:hover {color:#FFFFFF; text-decoration: none;}   /* mouse over link */
a:active {color:#FFFFFF; text-decoration: none;}  /* selected link */

#footer {
	text-align: left;
	font-size: 95%;
	position: absolute;
	top: 925px;
	left: 0px;
	width: 1410px;
	height: 100px;
}


#footer_copyright {
	text-align: center; 
	color:#5c5a52;
	position: absolute;
	left: 0px;
	top: 10px;
	width: 1410px;
	height: 30px;
}

#footer_disclaimer {
	text-align: center; 
	color:#FFFFFF;
	font-size:80%;
	position: absolute;
	left: 0px;
	top: 70px;
	width: 1410px;
	height: 50px;
}

#logo {
	position: absolute;
	top: 10px;
	left: 372px;
	width: 665px;
	height: 159px;
	background-repeat: no-repeat;
	background-image: url('images/page_logo.png');
}

#dashboard {
	position: absolute;
	top: 155px;
	left: 0px;
	width: 1410px;
	height: 118px;
	background-repeat: no-repeat;
	background-image: url('images/page_dashboard.png');
}

#garage_door {
	position: absolute;
	top: 240px;
	left: 0px;
	width: 1410px;
	height: 230px;
	background-repeat: no-repeat;
	background-image: url('images/page_garage_door.jpg');
}

#filmstrip {
	position: absolute;
	top: 398px;
	left: 0px;
	width: 1410px;
	height: 560px;
	background-repeat: no-repeat;
	background-image: url('images/page_film.png');
}

.home {
	position: absolute;
	left: 130px;
	top: 177px;
	width: 108px;
	height: 110px;
	background-image: url('images/page_dashboard_home.png');
}

.home:hover {
	background-image: url('images/page_dashboard_home_h.png')
}

.garage {
	position: absolute;
	left: 265px;
	top: 177px;
	width: 108px;
	height: 110px;
	background-image: url('images/page_dashboard_garage.png');
}

.garage:hover {
	background-image: url('images/page_dashboard_garage_h.png')
}

#garage_active {
	position: absolute;
	left: 265px;
	top: 177px;
	width: 108px;
	height: 110px;
	background-image: url('images/page_dashboard_garage_h.png');
}

.about {
	position: absolute;
	left: 400px;
	top: 177px;
	width: 108px;
	height: 110px;
	background-image: url('images/page_dashboard_about.png');
}

.about:hover {
	background-image: url('images/page_dashboard_about_h.png')
}

#about_active {
	position: absolute;
	left: 400px;
	top: 177px;
	width: 108px;
	height: 110px;
	background-image: url('images/page_dashboard_about_h.png');
}

.cars {
	position: absolute;
	right: 400px;
	top: 177px;
	width: 108px;
	height: 110px;
	background-image: url('images/page_dashboard_cars.png');
}

.cars:hover {
	background-image: url('images/page_dashboard_cars_h.png')
}

#cars_active {
	position: absolute;
	right: 400px;
	top: 177px;
	width: 108px;
	height: 110px;
	background-image: url('images/page_dashboard_cars_h.png');
}

.bikes {
	position: absolute;
	right: 265px;
	top: 177px;
	width: 108px;
	height: 110px;
	background-image: url('images/page_dashboard_bikes.png');
}

.bikes:hover {
	background-image: url('images/page_dashboard_bikes_h.png')
}

#bikes_active {
	position: absolute;
	right: 265px;
	top: 177px;
	width: 108px;
	height: 110px;
	background-image: url('images/page_dashboard_bikes_h.png');
}

.talk {
	position: absolute;
	right: 130px;
	top: 177px;
	width: 108px;
	height: 110px;
	background-image: url('images/page_dashboard_talk.png');
}

.talk:hover {
	background-image: url('images/page_dashboard_talk_h.png')
}

#talk_active {
	position: absolute;
	right: 130px;
	top: 177px;
	width: 108px;
	height: 110px;
	background-image: url('images/page_dashboard_talk_h.png');
}

#background_red {
	 position: absolute;
	 top: 0px;
	 left: 0px;
	 width: 1410px;
	 height: 1025px;
	 background-repeat: no-repeat;
	 background: url(images/page_background_red.jpg);
}

#background_blue {
	 position: absolute;
	 top: 0px;
	 left: 0px;
	 width: 1410px;
	 height: 1025px;
	 background-repeat: no-repeat;
	 background: url(images/page_background_blue.jpg);
}

#background_purple {
	 position: absolute;
	 top: 0px;
	 left: 0px;
	 width: 1410px;
	 height: 1025px;
	 background-repeat: no-repeat;
	 background: url(images/page_background_purple.jpg);
}

#background_stone {
	 position: absolute;
	 top: 0px;
	 left: 0px;
	 width: 1410px;
	 height: 1025px;
	 background-repeat: no-repeat;
	 background: url(http://gothamgarage.com/images/page_background_stone.jpg);
}

#background_green {
	 position: absolute;
	 top: 0px;
	 left: 0px;
	 width: 1410px;
	 height: 1025px;
	 background-repeat: no-repeat;
	 background: url(http://gothamgarage.com/images/page_background_green.jpg);
}


#background_wear {
	 position: absolute;
	 top: 0px;
	 left: 0px;
	 width: 1410px;
	 height: 1025px;
	 background-repeat: no-repeat;
	 background: url(images/page_background_wear.jpg);
}

#background_grandsportvette {
	 position: absolute;
	 top: 0px;
	 left: 0px;
	 width: 1410px;
	 height: 1025px;
	 background-repeat: no-repeat;
	 background: url(http://gothamgarage.com/images/page_background_grandsportvette.jpg);
}

#background_towtruck {
	 position: absolute;
	 top: 0px;
	 left: 0px;
	 width: 1410px;
	 height: 1025px;
	 background-repeat: no-repeat;
	 background: url(http://gothamgarage.com/images/page_background_towtruck.jpg);
}

#background_bikes {
	 position: absolute;
	 top: 0px;
	 left: 0px;
	 width: 1410px;
	 height: 1025px;
	 background-repeat: no-repeat;
	 background: url(http://gothamgarage.com/images/page_background_bikes.jpg);
}

#player {
	position: absolute;
	top: 25px;
	left: 1050px;
	width: 200px;
	height: 20px;
}

#garage_door_opening-soon {
	position: absolute;
	top: 240px;
	left: 0px;
	width: 1410px;
	height: 670px;
	background-repeat: no-repeat;
	background-image: url('images/page_garage_door_opening-soon.jpg');
}

#garage_filmstrip {
	position: absolute;
	top: 458px;
	left: 140px;
	width: 1130px;
	height: 400px;
	background-repeat: no-repeat;
	background-image: url('images/page_film_garage.jpg');
}

#garage_sign{
	position: absolute;
	top: 190px;
	left: 564px;
	width: 282px;
	height: 278px;
	background-repeat: no-repeat;
	background-image: url('images/page_garage_sign.png');
}

#garage_show-teaser{
	position: absolute;
	top: 475px;
	left: 478px;
	width: 453px;
	height: 154px;
	background-repeat: no-repeat;
	background-image: url('images/page_garage_show-teaser.png');
}

#garage_facebook{
	position: absolute;
	top: 475px;
	left: 478px;
	width: 453px;
	height: 154px;
	background-repeat: no-repeat;
	background-image: url('http://gothamgarage.com/images/page_garage_facebook.png');
}

#garage_text{
	position: absolute;
	top: 645px;
	left: 227px;
	width: 955px;
	height: 122px;
	background-repeat: no-repeat;
	background-image: url('images/page_garage_text.png');
}

.garage_testimonies {
	position: absolute;
	left: 150px;
	top: 329px;
	width: 200px;
	height: 67px;
	background-image: url('images/page_garage_testimonies.png');
}

.garage_testimonies:hover {
	background-image: url('images/page_garage_testimonies_h.png')
}

.garage_services {
	position: absolute;
	left: 460px;
	top: 323px;
	width: 157px;
	height: 67px;
	background-image: url('images/page_garage_services.png');
}

.garage_services:hover {
	background-image: url('images/page_garage_services_h.png')
}

.garage_wear {
	position: absolute;
	left: 720px;
	top: 322px;
	width: 225px;
	height: 67px;
	background-image: url('images/page_garage_wear.png');
}

.garage_wear:hover {
	background-image: url('images/page_garage_wear_h.png')
}

#services_content{
	position: absolute;
	top: 54px;
	left: 235px;
	width: 665px;
	height: 307px;
	background-repeat: no-repeat;
	background-image: url('images/page_services_content.png');
}

#wear_content{
	position: absolute;
	top: 450px;
	left: 100px;
	width: 1210px;
	height: 550px;
}

#wear_content_shirt1{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 510px;
	height: 215px;
	background-repeat: no-repeat;
	background-image: url('images/page_wear_content_shirt1.png');
}

#wear_content_shirt2{
	position: absolute;
	top: 0px;
	left: 580px;
	width: 550px;
	height: 215px;
	background-repeat: no-repeat;
	background-image: url('images/page_wear_content_shirt2.png');
}

#wear_content_shirt3{
	position: absolute;
	top: 235px;
	left: 0px;
	width: 670px;
	height: 260px;
	background-repeat: no-repeat;
	background-image: url('images/page_wear_content_shirt3.png');
}

.wear_content_larger_button1{
	position: absolute;
	top: 160px;
	left: 50px;
	width: 91px;
	height: 60px;
	background-repeat: no-repeat;
	background-image: url('http://gothamgarage.com/images/page_wear_larger_button.png');
}

.wear_content_larger_button2{
	position: absolute;
	top: 160px;
	left: 620px;
	width: 91px;
	height: 60px;
	background-repeat: no-repeat;
	background-image: url('http://gothamgarage.com/images/page_wear_larger_button.png');
}

.wear_content_larger_button3{
	position: absolute;
	top: 440px;
	left: 50px;
	width: 91px;
	height: 60px;
	background-repeat: no-repeat;
	background-image: url('http://gothamgarage.com/images/page_wear_larger_button.png');
}

#wear_content_text{
	position: absolute;
	top: 270px;
	left: 700px;
	width: 250px;
	height: 150px;
	background-repeat: no-repeat;
	background-image: url('images/page_wear_content_text.png');
}

.wear_talk_button{
	position: absolute;
	top: 265px;
	left: 930px;
	width: 220px;
	height: 280px;
	background-repeat: no-repeat;
	background-image: url('images/page_wear_content_talk_button.png');
}

.wear_talk_button:hover {
	background-image: url('images/page_wear_content_talk_button_h.png')
}

#contact_talk{
	position: absolute;
	top: 274px;
	left: 585px;
	width: 240px;
	height: 309px;
	background-repeat: no-repeat;
	background-image: url('images/page_contact_talk.png');
}

#contact_dropshadow{
	position: absolute;
	top: 595px;
	left: 120px;
	width: 662px;
	height: 95px;
	background-repeat: no-repeat;
	background-image: url('images/page_contact_dropshadow.png');
}

#contact_text{
	position: absolute;
	top: 505px;
	left: 230px;
	width: 350px;
	height: 200px;
}

#contact_form {
	color:#FFFFFF;
	text-align:left;
	line-height:100%;
	position: absolute;
	top: 480px;
	left: 775px;
	width: 500px;
	height: 500px;
}

.facebook {
	position: absolute;
	left: 460px;
	top: 675px;
	width: 231px;
	height: 168px;
	background-image: url('images/page_contact_facebook.png');
}

.facebook:hover {
	background-image: url('images/page_contact_facebook_h.png')
}

.forum {
	position: absolute;
	left: 200px;
	top: 675px;
	width: 231px;
	height: 168px;
	background-image: url('images/page_contact_forum.png');
}

.forum:hover {
	background-image: url('images/page_contact_forum_h.png')
}

#cars_text {
	position: absolute;
	top: 300px;
	left: 289px;
	width: 832px;
	height: 33px;
	background-repeat: no-repeat;
	background-image: url('images/page_cars_text.png');
}

.cars_button1 {
	position: absolute;
	top: 342px;
	left: 220px;
	width: 308px;
	height: 207px;
	background-repeat: no-repeat;
	background-image: url('images/page_cars_button1.png');
}

.cars_button1:hover {
	background-image: url('http://gothamgarage.com/images/page_cars_button1_H.png');
}

.cars_button2 {
	position: absolute;
	top: 349px;
	left: 562px;
	width: 315px;
	height: 198px;
	background-repeat: no-repeat;
	background-image: url('images/page_cars_button2.png');
}

.cars_button2:hover {
	background-image: url('http://gothamgarage.com/images/page_cars_button2_H.png');
}

.cars_button3{
	position: absolute;
	top: 349px;
	left: 899px;
	width: 314px;
	height: 197px;
	background-repeat: no-repeat;
	background-image: url('images/page_cars_button3.png');
}

.cars_button3:hover {
	background-image: url('http://gothamgarage.com/images/page_cars_button3_H.png');
}

.cars_button4 {
	position: absolute;
	top: 562px;
	left: 225px;
	width: 308px;
	height: 210px;
	background-repeat: no-repeat;
	background-image: url('http://gothamgarage.com/images/page_cars_button4.png');
}

.cars_button4:hover {
	background-image: url('http://gothamgarage.com/images/page_cars_button4_H.png');
}

.cars_button5 {
	position: absolute;
	top: 562px;
	left: 562px;
	width: 324px;
	height: 199px;
	background-repeat: no-repeat;
	background-image: url('images/page_cars_button5.png');
}

.cars_button5:hover {
	background-image: url('http://gothamgarage.com/images/page_cars_button5_H.png');
}

.cars_button6 {
	position: absolute;
	top: 562px;
	left: 899px;
	width: 315px;
	height: 224px;
	background-repeat: no-repeat;
	background-image: url('http://gothamgarage.com/images/page_cars_button6.png');
}

.cars_button6:hover {
	background-image: url('http://gothamgarage.com/images/page_cars_button6_H.png');
}

#textbox-bg {
	position:absolute;
	top:595px;
	left:160px;
	width:520px;
	height:242px;
	background-repeat:no-repeat;
	background-image: url('images/page_mach5_textbox-bg.png');
	color:#ffffff;
	font-size:120%;
	line-height:1.5em;
	text-align:left;
	overflow:auto;
}

#monster-koach_filmstrip {
	position: absolute;
	top: 458px;
	left: 140px;
	width: 1130px;
	height: 400px;
	background-repeat: no-repeat;
	background-image: url('images/page_monster-koach_film.jpg');
}

#monster-koach_filmstrip_fade {
	position: absolute;
	top: 325px;
	left: 13px;
	width: 1383px;
	height: 73px;
	background-repeat: no-repeat;
	background-image: url('images/page_film_fade.png');
}

#monster-koach_monster-koach {
	position: absolute;
	top: 285px;
	left: 210px;
	width: 319px;
	height: 116px;
	background-repeat: no-repeat;
	background-image: url('images/page_monster-koach_monster-koach.png');
}

#monster-koach_logo {
	position: absolute;
	top: 245px;
	right: 210px;
	width: 650px;
	height: 141px;
	background-repeat: no-repeat;
	background-image: url('images/page_monster-koach_logo.png');
}

#monster-koach_pause {
	position: absolute;
	top: 290px;
	left: 1205px;
	width: 83px;
	height: 82px;
	background-repeat: no-repeat;
	background-image: url('images/page_monster-koach_pause.png');
}

#monster-koach_history {
	position: absolute;
	top: 820px;
	left: 1120px;
	width: 129px;
	height: 124px;
	background-repeat: no-repeat;
	background-image: url('images/page_history.png');
}

.monster-koach_photo1 {
	position: absolute;
	top: 470px;
	left: 160px;
	width: 188px;
	height: 123px;
	background-repeat: no-repeat;
	background-image: url('images/page_monster-koach_photo1.png');
}

.monster-koach_photo1:hover {
	background-image: url('http://gothamgarage.com/images/page_monster-koach_photo1_H.png');
}

#monster-koach_photo-text1 {
	position: absolute;
	top: 475px;
	left: 350px;
	width: 75px;
	height: 40px;
	background-repeat: no-repeat;
	background-image: url('images/page_monster-koach_photo-text1.png');
}

.monster-koach_photo2 {
	position: absolute;
	top: 470px;
	left: 430px;
	width: 188px;
	height: 123px;
	background-repeat: no-repeat;
	background-image: url('images/page_monster-koach_photo2.png');
}

.monster-koach_photo2:hover {
	background-image: url('http://gothamgarage.com/images/page_monster-koach_photo2_H.png');
}

#monster-koach_photo-text2 {
	position: absolute;
	top: 475px;
	left: 620px;
	width: 75px;
	height: 40px;
	background-repeat: no-repeat;
	background-image: url('images/page_monster-koach_photo-text2.png');
}

#monster-koach_pinterest {
	position: absolute;
	top: 520px;
	left: 620px;
	width: 75px;
	height: 32px;
	background-repeat: no-repeat;
	background-image: url('images/page_pinterest.png');
}

#mach5_filmstrip {
	position: absolute;
	top: 458px;
	left: 140px;
	width: 1130px;
	height: 400px;
	background-repeat: no-repeat;
	background-image: url('images/page_mach5_film.jpg');
}

#mach5_mach5 {
	position: absolute;
	top: 314px;
	left: 190px;
	width: 361px;
	height: 89px;
	background-repeat: no-repeat;
	background-image: url('images/page_mach5_mach5.png');
}

#mach5_logo {
	position: absolute;
	top: 260px;
	right: 215px;
	width: 624px;
	height: 180px;
	background-repeat: no-repeat;
	background-image: url('images/page_mach5_logo.png');
}

#mach5_history {
	position: absolute;
	top: 820px;
	left: 1120px;
	width: 129px;
	height: 124px;
	background-repeat: no-repeat;
	background-image: url('images/page_history.png');
}

.mach5_photo1 {
	position: absolute;
	top: 470px;
	left: 160px;
	width: 188px;
	height: 123px;
	background-repeat: no-repeat;
	background-image: url('images/page_mach5_photo1.png');
}

.mach5_photo1:hover {
	background-image: url('http://gothamgarage.com/images/page_mach5_photo1_H.png');
}

#mach5_photo-text1 {
	position: absolute;
	top: 475px;
	left: 350px;
	width: 86px;
	height: 56px;
	background-repeat: no-repeat;
	background-image: url('images/page_mach5_photo-text1.png');
}

.mach5_photo2 {
	position: absolute;
	top: 470px;
	left: 430px;
	width: 188px;
	height: 123px;
	background-repeat: no-repeat;
	background-image: url('images/page_mach5_photo2.png');
}

.mach5_photo2:hover {
	background-image: url('http://gothamgarage.com/images/page_mach5_photo2_H.png');
}

#mach5_photo-text2 {
	position: absolute;
	top: 475px;
	left: 620px;
	width: 86px;
	height: 57px;
	background-repeat: no-repeat;
	background-image: url('images/page_mach5_photo-text2.png');
}

#mach5_pinterest {
	position: absolute;
	top: 520px;
	left: 620px;
	width: 75px;
	height: 32px;
	background-repeat: no-repeat;
	background-image: url('images/page_pinterest.png');
}

#paddy_wagon_content_background {
	position: absolute;
	top: 398px;
	left: 0px;
	width: 1410px;
	height: 560px;
	background-repeat: no-repeat;
	background-image: url('http://gothamgarage.com/images/page_metal.png');
}

#paddy_wagon_logo {
	position: absolute;
	top: 280px;
	left: 60px;
	width: 1135px;
	height: 160px;
	background-repeat: no-repeat;
	background-image: url('http://gothamgarage.com/images/page_paddy_wagon_logo.png');
}

#paddy_wagon_content_image {
	position: absolute;
	top: 458px;
	left: 140px;
	width: 1130px;
	height: 400px;
	background-repeat: no-repeat;
	background-image: url('http://gothamgarage.com/images/page_paddy_wagon_content_image.jpg');
}

.paddy_wagon_photo1 {
	position: absolute;
	top: 470px;
	left: 160px;
	width: 188px;
	height: 123px;
	background-repeat: no-repeat;
	background-image: url('http://gothamgarage.com/images/page_paddy_wagon_photo1.png');
}

.paddy_wagon_photo1:hover {
	background-image: url('http://gothamgarage.com/images/page_paddy_wagon_photo1_H.png');
}

#paddy_wagon_photo-text1 {
	position: absolute;
	top: 475px;
	left: 350px;
	width: 86px;
	height: 42px;
	background-repeat: no-repeat;
	background-image: url('http://gothamgarage.com/images/page_paddy_wagon_photo-text1.png');
}

#splittinimage_content_background {
	position: absolute;
	top: 398px;
	left: 0px;
	width: 1410px;
	height: 560px;
	background-repeat: no-repeat;
	background-image: url('http://gothamgarage.com/images/page_green_metal.jpg');
}

#splittinimage_logo {
	position: absolute;
	top: 291px;
	left: 190px;
	width: 1024px;
	height: 112px;
	background-repeat: no-repeat;
	background-image: url('http://gothamgarage.com/images/page_splittinimage_logo.png');
}

#splittinimage_content_image {
	position: absolute;
	top: 458px;
	left: 140px;
	width: 1130px;
	height: 400px;
	background-repeat: no-repeat;
	background-image: url('http://gothamgarage.com/images/page_splittinimage_content_image.jpg');
}

.splittinimage_photo1 {
	position: absolute;
	top: 470px;
	left: 160px;
	width: 188px;
	height: 123px;
	background-repeat: no-repeat;
	background-image: url('http://gothamgarage.com/images/page_splittinimage_photo1.png');
}

.splittinimage_photo1:hover {
	background-image: url('http://gothamgarage.com/images/page_splittinimage_photo1_H.png');
}

#splittinimage_photo-text1 {
	position: absolute;
	top: 475px;
	left: 350px;
	width: 74px;
	height: 39px;
	background-repeat: no-repeat;
	background-image: url('http://gothamgarage.com/images/page_splittinimage_photo-text1.png');
}

#grandsportvette_content_background {
	position: absolute;
	top: 398px;
	left: 0px;
	width: 1410px;
	height: 520px;
	background-repeat: no-repeat;
	background-image: url('http://gothamgarage.com/images/page_grandsportvette_content_background.jpg');
}

#grandsportvette_logo {
	position: absolute;
	top: 291px;
	left: 179px;
	width: 1047px;
	height: 135px;
	background-repeat: no-repeat;
	background-image: url('http://gothamgarage.com/images/page_grandsportvette_logo.png');
}

#grandsportvette_content_image {
	position: absolute;
	top: 458px;
	left: 140px;
	width: 1130px;
	height: 400px;
	background-repeat: no-repeat;
	background-image: url('http://gothamgarage.com/images/page_grandsportvette_content_image.jpg');
}

.grandsportvette_photo1 {
	position: absolute;
	top: 470px;
	left: 160px;
	width: 187px;
	height: 124px;
	background-repeat: no-repeat;
	background-image: url('http://gothamgarage.com/images/page_grandsportvette_photo1.png');
}

.grandsportvette_photo1:hover {
	background-image: url('http://gothamgarage.com/images/page_grandsportvette_photo1_H.png');
}

#grandsportvette_photo-text1 {
	position: absolute;
	top: 475px;
	left: 350px;
	width: 72px;
	height: 39px;
	background-repeat: no-repeat;
	background-image: url('http://gothamgarage.com/images/page_grandsportvette_photo-text1.png');
}

#towtruck_content_background {
	position: absolute;
	top: 398px;
	left: 0px;
	width: 1410px;
	height: 520px;
	background-repeat: no-repeat;
	background-image: url('http://gothamgarage.com/images/page_towtruck_content_background.jpg');
}

#towtruck_logo {
	position: absolute;
	top: 291px;
	left: 179px;
	width: 1047px;
	height: 135px;
	background-repeat: no-repeat;
	background-image: url('http://gothamgarage.com/images/page_towtruck_logo.png');
}

#towtruck_logo_shadow {
	position: absolute;
	top: 291px;
	left: 179px;
	width: 1047px;
	height: 135px;
	background-repeat: no-repeat;
	background-image: url('http://gothamgarage.com/images/page_towtruck_logo_shadow.png');
}

#towtruck_content_image {
	position: absolute;
	top: 458px;
	left: 140px;
	width: 1130px;
	height: 400px;
	background-repeat: no-repeat;
	background-image: url('http://gothamgarage.com/images/page_towtruck_content_image.png');
}

.towtruck_photo1 {
	position: absolute;
	top: 470px;
	left: 160px;
	width: 187px;
	height: 124px;
	background-repeat: no-repeat;
	background-image: url('http://gothamgarage.com/images/page_towtruck_photo1.png');
}

.towtruck_photo1:hover {
	background-image: url('http://gothamgarage.com/images/page_towtruck_photo1_H.png');
}

#towtruck_photo-text1 {
	position: absolute;
	top: 475px;
	left: 350px;
	width: 61px;
	height: 39px;
	background-repeat: no-repeat;
	background-image: url('http://gothamgarage.com/images/page_towtruck_photo-text1.png');
}

#bikes_content_background {
	position: absolute;
	top: 405px;
	left: 0px;
	width: 1410px;
	height: 520px;
	background-repeat: no-repeat;
	background-image: url('http://gothamgarage.com/images/page_bikes_content_background.jpg');
}

#bikes-textbox-bg {
	position:absolute;
	top:595px;
	left:175px;
	width:1060px;
	height:240px;
	background-repeat:no-repeat;
	background-image: url('http://gothamgarage.com/images/page_bikes_textbox-bg.png');
	color:#ffffff;
	font-size:120%;
	line-height:1.5em;
	text-align:left;
	overflow:auto;
}

#bikes_logo {
	position: absolute;
	top: 240px;
	left: 53px;
	width: 1300px;
	height: 210px;
	background-repeat: no-repeat;
	background-image: url('http://gothamgarage.com/images/page_bikes_logo.png');
}

#bikes_barbwire_text {
	position: absolute;
	top: 445px;
	left: 236px;
	width: 175px;
	height: 20px;
	background-repeat: no-repeat;
	background-image: url('http://gothamgarage.com/images/page_bikes_barbwire_text.png');
}

.bikes_barbwire_photo {
	position: absolute;
	top: 470px;
	left: 230px;
	width: 187px;
	height: 124px;
	background-repeat: no-repeat;
	background-image: url('http://gothamgarage.com/images/page_bikes_barbwire_photo.png');
}

.bikes_barbwire_photo:hover {
	background-image: url('http://gothamgarage.com/images/page_bikes_barbwire_photo_H.png');
}

#bikes_bittersweet_text {
	position: absolute;
	top: 445px;
	left: 490px;
	width: 175px;
	height: 20px;
	background-repeat: no-repeat;
	background-image: url('http://gothamgarage.com/images/page_bikes_bittersweet_text.png');
}

.bikes_bittersweet_photo {
	position: absolute;
	top: 470px;
	left: 484px;
	width: 187px;
	height: 124px;
	background-repeat: no-repeat;
	background-image: url('http://gothamgarage.com/images/page_bikes_bittersweet_photo.png');
}

.bikes_bittersweet_photo:hover {
	background-image: url('images/page_bikes_bittersweet_photo_H.png');
}

#bikes_orangepeel_text {
	position: absolute;
	top: 445px;
	right: 490px;
	width: 175px;
	height: 20px;
	background-repeat: no-repeat;
	background-image: url('http://gothamgarage.com/images/page_bikes_orangepeel_text.png');
}

.bikes_orangepeel_photo {
	position: absolute;
	top: 470px;
	right: 484px;
	width: 187px;
	height: 124px;
	background-repeat: no-repeat;
	background-image: url('http://gothamgarage.com/images/page_bikes_orangepeel_photo.png');
}

.bikes_orangepeel_photo:hover {
	background-image: url('http://gothamgarage.com/images/page_bikes_orangepeel_photo_H.png');
}

#bikes_skullhill_text {
	position: absolute;
	top: 445px;
	right: 236px;
	width: 175px;
	height: 20px;
	background-repeat: no-repeat;
	background-image: url('http://gothamgarage.com/images/page_bikes_skullhill_text.png');
}

.bikes_skullhill_photo {
	position: absolute;
	top: 470px;
	right: 230px;
	width: 187px;
	height: 124px;
	background-repeat: no-repeat;
	background-image: url('http://gothamgarage.com/images/page_bikes_skullhill_photo.png');
}

.bikes_skullhill_photo:hover {
	background-image: url('images/page_bikes_skullhill_photo_H.png');
}

#about_garage_door {
	position: absolute;
	top: 240px;
	left: 0px;
	width: 1410px;
	height: 322px;
	background-repeat: no-repeat;
	background-image: url('images/page_about_garage_door.jpg');
}

#about_logo {
	position: absolute;
	top: 200px;
	left: 550px;
	width: 311px;
	height: 335px;
	background-repeat: no-repeat;
	background-image: url('http://gothamgarage.com/images/page_about_logo.png');
}


#about_slogan {
	position: absolute;
	top: 475px;
	left: 385px;
	width: 760px;
	height: 60px;
	background-repeat: no-repeat;
	background-image: url('http://gothamgarage.com/images/page_about_slogan.png');
}

#about_mark {
	position: absolute;
	top: 415px;
	left: 110px;
	width: 319px;
	height: 538px;
	background-repeat: no-repeat;
	background-image: url('http://gothamgarage.com/images/page_about_mark.png');
}

#about_blackout {
	position: absolute;
	top: 900px;
	left: 0px;
	width: 1410px;
	height: 100px;
	background-color: #000000;
}

#about_textbox-bg {
	position:absolute;
	top:565px;
	left:420px;
	width:750px;
	height:260px;
	background-repeat:repeat;
	background-image: url('images/page_textbox.png');
	color:#ffffff;
	font-size:125%;
	line-height:1.5em;
	text-align:left;
	overflow:auto;
}

#page_youtube_logo {
	position: absolute;
	top: 535px;
	left: 350px;
	width: 87px;
	height: 32px;
	background-repeat: no-repeat;
	background-image: url('http://gothamgarage.com/images/page_youtube_logo.png');
}