/* pushes the page to the full capacity of the viewing area */
html {height:100%;}
body {height:100%; margin:0; padding:0;}
/* prepares the background image to full capacity of the viewing area */
#bg {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}


a:hover {
	color: #0066FF;
	text-decoration: none;
}

/* Navigation font */
.navi {
	color: #FFCC00;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

/* Active link color */
.link {
	color: #FFCC00;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

/* Home Background photo holder*/

.photo {
	z-index: -1;
	width: 100%;
	height: 100%;
}

/* Home page logo holder for page */
.logoIndex {
	z-index: 1;
	position: absolute;
	top: 30%;
	left:0%;
	vertical-align: middle;
	text-align: center;
	width:100%;
	height: 52;
}

/* Logo holder for web pages */
.logo {
	position: absolute;
	top: 10%;
	right: 65%;
	vertical-align: middle;
	text-align: center;
	width: 250px;
}

.content{
	position: absolute;
	z-index: 1;
	top: 10%;
	left: 52%;
	width: 350px;
	color: #000000;
	text-align: left;
	padding: 10px;
}

.pageHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFFFFF;
	font-weight: bold;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 5px;
}

.textWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}

.buyCDpage_buttons {
	width: 212px;
	float: right;
	border: 1px dotted #999999;
	text-align:center;
}

<!--[if IE 6]>
/* some css fixes for IE browsers */
/*
html {overflow-y:hidden;}
body {overflow-y:hidden;}*/
#bg {position:absolute; z-index:-1;}
#content {position:static;}

<!--[endif]-->