/* CSS Document */

body {
	background-color: #d4d3d4;
}

.background_top  {
	position:absolute; 
	width:100%; 
	height:50%; 
	margin-left:0px;
	margin-right:0px;
	 
	background-color:#FFFFFF; 
	z-index:0; 
	left: 0px;
	right: 0px; 
	top: 0px;
	bottom: 0px;
	
}

.background_gradient {
	position:absolute; 
	width: 100%; 
	height: 560px; 
	margin-left: 0px; 
	margin-right: 0px;
	left: 0px;
	right: 0px; 
	margin-top: -280px; 
	top: 50%; 
	z-index: 1; 
	visibility: visible; 
	background-color:#FFFFFF; 
	background-image: url(http://www.degierguitars.com/portal/etalage/images/gradient_wings_grey.png); 
	background-repeat:repeat-x; 
	background-position:bottom;
	}

.content {
	position:absolute; 
	width: 990px; 
	margin-left: -495px; 
	height: 560px; 
	margin-top: -280px; 
	top: 50%; 
	left: 50%; 
	z-index: 2; 
	visibility: visible;
}


.footerbg {
	margin-left: AUTO;
	margin-right: AUTO;
	position: absolute;
	width:990px;
	height:100px;
	background-image:  url(http://www.degierguitars.com/portal/etalage/images/gradient_footer_grey.png);
	background-repeat:repeat-x;
	z-index:  3;
	top: 560px;
	left: 0px;
}

.footertxtleft {
	font-size: 9pt;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-weight:bold;
	color:#666666;
	text-align:left;
}

.footertxtleft a:link {color:#666666; text-decoration: none;}
.footertxtleft a:visited {color:#666666; text-decoration: none;}
.footertxtleft a:hover  {color:#333333; text-decoration: none;}

.footertxtright {
	font-size: 9pt;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-weight:bold;
	color:#666666;
	text-align:right;
}

.footertxtright a:link {color:#666666; text-decoration: none;}
.footertxtright a:visited {color:#666666; text-decoration: none;}
.footertxtright a:hover  {color:#333333; text-decoration: none;}

