html,
body {
	background-color: #fff;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
}

#googleads {
	position: relative;
	height: 90px;
	width: 728px;
	margin-top: 25px;
	margin-right: auto;
	margin-left: auto;
}

#content {
	position: relative;
	height: 550px;
	width: 780px;
	margin: auto;
	border: 0;
	padding: 0;
	background: #fff url(img/ChordGeneratorBG.jpg) no-repeat scroll center center;
}

#index {
	position: relative;
	margin: auto;
	font-size: 70%;
	text-align: center;
}

#index a:link,
#index a:visited {
	color: #ccc;
}

#index a:hover,
#index a:active {
	color: #633;
}

#cg_chord_name {
	position: absolute;
	top: 180px;
	left: 55px;
	width: 320px;
	overflow: none;
}

#cg_chord_description {
	position: absolute;
	top: 80px;
	left: 405px;
	width: 320px;
	height: 415px;
	overflow: auto;
}

#cg_form {
	position: absolute;
	top: 120px;
	left: 0px;
	width: 430px;
	height: 100px;
	overflow: none;
	text-align: center;
}

#cg_form span {	/* Just to space out the checkboxes a litte */
	padding: 0 0.5em 0 0.5em;
}


#cg_powered {
	position: absolute;
	top: 55px;
	left: 355px;
	width: 420px;
	height: 440px;
	overflow: auto;
}

#cg_powered p {
	text-align: center;
	color: #999;
	font-size: 90%;
}

#cg_powered a:link,
#cg_powered a:visited,
#cg_powered a:active
 {
	color: #966;
	text-decoration: underline;
	outline: none;
}

#cg_powered a:hover {
	color: #633;
	text-decoration: underline;
}

#cg_instructions {
	position: absolute;
	top: 210px;
	left: 155px;
	width: 470px;
	overflow: auto;
	text-align: justify;
}

#cg_instructions p.small {
	padding: 0 0 0.5em 0;
	font-size: 80%;
	text-align: center;
	color: #999;
}

a:link,
a:visited {
	color: #966;
	text-decoration: underline;
}

a:hover,
a:active {
	color: #633;
	text-decoration: underline;
}

#cg_flashLoop {
	position: absolute;
	bottom: 180px;
	left: 138px;
	width: 154px;
	height: 60px;
	overflow: visible;
	text-align: center;
}

#cg_scale {
	position: absolute;
	bottom: 55px;
	left: 55px;
	width: 320px;
	height: 130px;
	overflow: auto;
	text-align: center;
}

#cg_title {
	position: absolute;
	top: 55px;
	left: 55px;
}

#cg_title a:link,
#cg_title a:visited {
	display: block;
	width: 326px;
	height: 60px;
	background-image: url(img/ChordGeneratorTitle.jpg);
}

#cg_title a:hover,
#cg_title a:active {
	display: block;
	width: 326px;
	height: 60px;
	background-image: url(img/ChordGeneratorTitle.jpg);
	/*background-position: 0px -43px;*/
}

#cg_feedback {
	position: absolute;
	top: 110px;
	left: 155px;
	width: 470px;
	overflow: auto;
	text-align: justify;
}

#cg_banner {
	position: absolute;
	border: 0;
	top: 145px;
	/*left: 100px;
	width: 580px;*/
	left: 145px;
	width: 470px;
	overflow: auto;
	text-align: left;
}

#cg_banner pre {
	padding: 0 0 1em 0;
	margin: 0;
	font-size: 80%;
	color: #000;
}

#cg_list {
	position: absolute;
	border: 0;
	top: 145px;
	left: 0px;
	width: 780px;
	overflow: auto;
	text-align: left;
}

#cg_list table {
	margin: auto;
}

#cg_footer  {
	position: absolute;
	top: 525px;
	left: 55px;
	width: 670px;
	height: 60px;
	overflow: none;
	text-align: center;
}

#cg_footer p {
	font-size: 60%;
	color: #999;
}

