@charset "utf-8";
/* CSS Document */

html, body { margin:0; padding:0; width:100%; height:100%; overflow:hidden; }
body  { background:#d3e545 url(../images/bg_tile.jpg) repeat-x; width:100%; }

#Content { position:absolute; top:50%; left:50%; margin-left:-401px; margin-top:-266px; border:solid 2px #fff; width:798px; }

#Main { height:440px; background-image:url(../images/img_home.jpg);  }

#Menu { height:88px; border-top:solid 2px #fff; }

#Main_Ypad { height:440px; background-image:url(../images/img_yourpad.jpg);  }
#Main_Ypad .bodytext { color:#fff; font-family:Century; font-size:15px; position:relative; left:46px; top:170px; width:289px; line-height:115%; }

#Main_GITouch { height: 440px;  background-image:url(../images/img_getintouch.jpg); }
#Main_GITouch .bodytext { color:#fff; font-family:Century; font-size:14px; position:relative; left:46px; top:105px; width:336px; line-height:120%; }

#Main_Kbacks { height: 440px;  background-image:url(../images/img_kickbacks.jpg); }
#Main_Kbacks .bodytext { color:#fff; font-family:Century; font-size:14px; position:relative; left:46px; top:85px; width:275px; line-height:120%; }

#Main_Location { height: 440px;  background-image:url(../images/img_locations.jpg); }
#Main_Location .bodytext { color:#fff; font-family:Century; font-size:14px; position:relative; left:46px; top:88px; width:275px; line-height:120%; }

#Main_MMatters { height: 440px;  background-image:url(../images/img_moola.jpg); }
#Main_MMatters .bodytext { color:#fff; font-family:Century; font-size:15px; position:relative; left:46px; top:85px; width:290px; line-height:120%; }

#Main_TStudio { height: 440px;  background-image:url(../images/img_thestudio.jpg); }
#Main_TStudio .bodytext { color:#fff; font-family:Century; font-size:14px; position:relative; left:46px; top:80px; width:300px; line-height:120%; overflow:auto; height:360px; }

#map_container { position: absolute; 
                 top:43px;
                 right: 40px;
                 margin: 0px;
                 padding: 0px;
                 width: 400px;
                 height: 357px;
                 background-color: white;
                 z-index: 100; 
                 border: solid 2px #FFF;}

.bodytext { color:#fff; font-family:Century; font-size:14px; }
a { text-decoration:none; color:#fff; cursor:pointer; }