body {
	margin: 5;
	padding: 5;
	text-align: center;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	
	background-image: url('http://towercircle.com/images/LowRes.png');
	background-attachment: fixed;	
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: rgb(0,0, 120);
}

footer {
	font-size:100%;
	color: rgb(0,150,255);
	background: rgba(0,0,0,0.7);
	font-family:"Segoe UI";
}


a:link {
	color: rgb(0, 150, 255);
	text-decoration: none;
}

a:visited {
	color: rgb(0, 150, 255);
	text-decoration: none;
}

a:hover {
	color: rgb(0, 255,255);
	text-decoration: none;
}

a:active {
	color: rgb(0, 200, 255);
	text-decoration: none;
}

table {
	width: 100%;
	padding: 5px;
	border-spacing: 5px;
}

.tbar {
	font-size:20%;
	background-color: rgba(0,0,0,0.3);
}

.title {
	font-size:500%;
	color: rgb(0,150,255);
	background: rgba(0,0,0,0.7);
	font-family:"Segoe UI";
}


.subtitle {
	font-size:210%;
	color: rgb(100,180,255);
	background: rgba(0,0,0,0.5);
	font-family:"Segoe UI";
}

.creditheader {
	font-size:150%;
	color: rgb(100,150,255);
	background: rgba(0,0,0,0.4);
	font-family:"Segoe UI";
	padding: 10px;
}

.column_header {
	font-size:130%;
	color: rgb(100,150,255);
	font-family:"Segoe UI";
	font-style: bold;
	padding: 10px;
	white-space:nowrap;
}

.credit {
	color: rgb(200,230,255);
	padding: 5px;
	width: 60%;
	clear: left;
}

.credit_title {
	font-size:120%;
	padding: 0px;
	white-space:nowrap;
}

.filler {
    border-bottom: 1px dashed #333;
    border-color: rgb(200,230,255);
    width: 100%;
}

.credit_author {
	font-size:110%;
	font-style:	italic;
	padding: 0px;
	white-space:nowrap;
}


.spacer {
	font-size:200%
}

.productname {
	padding: 10px;
}

.productdesc {
	padding: 10px;
	color: rgb(225,225,255);
	font-size: 125%;
	text-align: justify;
}

.product {
	vertical-align:top;
	background: rgba(0,0,0,0.5);
	width: 30%
}

.productpromo {
	padding: 10px;
	font-size: 130%;
	color: rgb(255,255,0);
}

.productlink {
	padding: 10px;
	color: rgb(255,255,255);
}

.product_view {
	border: 5px;
	width: 90%;
	margin: auto;
	
}