body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  font-size: 14px;
  background-color: #F9E2B8;
  background-image: url(images/bg.jpg);
  background-position: center;
  vertical-align: top;
  margin-top: 0px;
  margin-bottom: 0px;
}

:link img {
  border: none;
}

input, checkbox, radio, select, textarea {
  background-color: #F9E2B8;
}

table.MainTable {
  background-color: #F9E2B8;
  
}
 
td.Header {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	background-image: url(images/header.jpg);
	background-color: F9E2B8;
	width: 815px;
	height: 285px;
	
}

td.Accom {
	/*background-image: url(images/acc.jpg);*/
	width: 274px;
	height: 46px;
	
}

td.Local {
	height: 52px;
}

td.Tariffs {
	height: 59px;
}

td.Contact {
	height: 56px;
}

td.Getting {
	height: 59px;
}

td.LeftBottom {
	background-image: url(images/left_side.jpg);
	height: 395px;
	text-align: right;
}

td.RightSide {
	background-image: url(images/right_side.jpg);
	width: 203px;
}

td.MainText {
	background-image: url(images/main.jpg);
	width: 338px;
	color: #660000;
	text-align: center;
	vertical-align: top;
	padding-top: 50px;
	margin-left: 10px;
	
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

/* ***** Menu Rollovers ***** */
/* Only working in Firefox... 
a#Acc img {background: url(images/acc.jpg) top left no-repeat; padding: 0px; margin: 0px;}
a#Acc:hover img {background: url(images/acc_hov.jpg) top left no-repeat; padding: 0px; margin: 0px;}

a#loc_att img {background: url(images/loc_att.jpg) top left no-repeat; padding: 0px; margin: 0px;}
a#loc_att:hover img {background: url(images/loc_att_hov.jpg) top left no-repeat; padding: 0px; margin: 0px;}

a#Tariffs img {background: url(images/tariffs.jpg) top left no-repeat;}
a#Tariffs:hover img {background: url(images/tariffs_hov.jpg) top left no-repeat;}

a#Contact img {background: url(images/contact.jpg) top left no-repeat;}
a#Contact:hover img {background: url(images/contact_hov.jpg) top left no-repeat;}

a#Getting img {background: url(images/getting.jpg) top left no-repeat;}
a#Getting:hover img {background: url(images/getting_hov.jpg) top left no-repeat;}
*/ 
a#home {
    display: block;
    width: 815px;
    height: 285px;
    margin: 0 auto;
}
a#button1 {
    display: block;
    width: 274px;
    height: 46px;
    background-image: url(images/acc.jpg);
    margin: 0 auto;
}
a#button1:hover {
    background-image: url(images/acc_hov.jpg);
}

a#button2 {
    display: block;
    width: 274px;
    height: 52px;
    background-image: url(images/loc_att.jpg);
    margin: 0 auto;
}
a#button2:hover {
    background-image: url(images/loc_att_hov.jpg);
}

a#button3 {
    display: block;
    width: 274px;
    height: 59px;
    background-image: url(images/tariffs.jpg);
    margin: 0 auto;
}
a#button3:hover {
    background-image: url(images/tariffs_hov.jpg);
}

a#button4 {
    display: block;
    width: 274px;
    height: 56px;
    background-image: url(images/contact.jpg);
    margin: 0 auto;
}
a#button4:hover {
    background-image: url(images/contact_hov.jpg);
}

a#button5 {
    display: block;
    width: 274px;
    height: 59px;
    background-image: url(images/getting.jpg);
    margin: 0 auto;
}
a#button5:hover {
    background-image: url(images/getting_hov.jpg);
}
a .alt { display: none; }