/* CSS Document */

body {
  margin: 0;
  background-color: #7a7a7a;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
	background-position: top center;
	background-image: url(./images/body-bg.gif);
	background-repeat: repeat-x;
  }
a {
  color: #fff;
	}
img {
  border: 0;
	}
h1 {
	font-size: 24px;
	margin: 0;
	}

.container {
  position: relative;
	width: 1024px;
	height: 768px;
	margin: 0 auto;
	}

.head {
  position: absolute;
	left: 10px;
	top: 0;
	width: 1007px;
	height: 122px;
	background-image: url(./images/head.gif);
	}

.menu {
  position: absolute;
	left: 5px;
	top: 135px;
	}

.splashlinks {
  position: absolute;
	left: 11px;
	top: 378px;
	}
.splashlinks a {
  margin-right: 7px;
	}

.splash {
  position: absolute;
	left: 11px;
	top: 177px;
	width: 757px;
	height: 208px;
	}

.content {
  position: absolute;
	left: 11px;
	top: 177px;
	width: 725px;
	height: 384px;
	background-image: url(./images/content.png);
	padding: 15px;
	}
.content a {
  color: #000;
	}
.scrollcontent {
  overflow-y: scroll;
	}
	
.crb {
  position: absolute;
	left: 10px;
	top: 600px;
	width: 756px;
	height: 102px;
	background-image: url(./images/crb.png);
	}

.enquiry {
  position: absolute;
	left: 776px;
	top: 178px;
	width: 220px;
	height: 231px;
	background-image: url(./images/enquirybg.png);
	color: #2e7ae1;
	padding-top: 180px;
	padding-left: 10px;
	}
.balletenquiry {
	background-image: url(./images/enquirybg-ballet.png);
	}
.tapenquiry {
	background-image: url(./images/enquirybg-tap.png);
	}
.modernenquiry {
	background-image: url(./images/enquirybg-modern.png);
	}
.acroenquiry {
	background-image: url(./images/enquirybg-acro.png);
	}
.totsenquiry {
	background-image: url(./images/enquirybg-tots.png);
	}
.reginput {
  width: 130px;
	}
.regtextarea {
  height: 65px;
	}
td {
  vertical-align: top;
	}

.freelesson {
  position: absolute;
	left: 776px;
	top: 600px;
	}

.foot {
  position: absolute;
	left: 13px;
	top: 736px;
	width: 990px;
	color: #fff;
	}
.footright {
  float: right;
	}