		body {
			text-align: center;
            background-color: #ebbc53;
 //           background-image: url(images/ic_bkg.jpg);
		}
		h1 {font-family: tahoma, helvetica; font-size: 2.5em; font-weight: 500;}
		h2 {font-family: arial; font-size: 1.2em; margin-top: -.8em; font-variant: small-caps;}
		
		#container {
			margin-left: auto;
			margin-right: auto;
			text-align: left;
		}
		#header {
			width: 960px;
			height: 180px;
			background-repeat: no-repeat;
		}
		#content {

		}
		#footer {
			clear: both;
//			width: 960px;
			text-align: center;
			color: #fff;
			font-weight: 400;
		}
		#title {
			font-size: 1.4em;
			color: #996600;
		}
		a:link {
			text-decoration: underline;
			color: #778877;
		}
		a:hover {
			text-decoration: underline;
			color: #336666;
		}
		a:visited {
			text-decoration: underline;
			color: #333366;
		}
		a:active {
			text-decoration: underline;
			color: #000099;
		}
        
        #footer a:link {
            text-decoration: none;
			color: #fff;
        }
        
        #footer a:visited {
            text-decoration: none;
			color: #fff;
        }
		
		#sale a:link {
			text-decoration: none;
			color: orange;
		}
		#sale a:visited {
			text-decoration: none;
			color: orange;
		}
        
        #support a:link {
			text-decoration: underline;
			color: #fff;
		}
		#support a:hover {
			text-decoration: underline;
			color: #fff;
		}
		#support a:visited {
			text-decoration: underline;
			color: #fff;
		}
		#support a:active {
			text-decoration: underline;
			color: #fff;
		}