		body {
			text-align:center;
			margin:0;
/*          background:#000;*/
			font-family:helvetica, arial-black, arial, sans-serif;
		}
		a:link, a:visited {
		    font-weight:bold;
		    color:#000;
		    background:#eee;
		    padding:2px 3px 1px;
		    text-decoration:none;
		}
		a:hover {
		    color:#fff;
		    background:#000;
		}
		/* HEADER */
		#header {
		    width:900px;
		    margin:0 auto;
            border-bottom:2px solid #ccc;
            padding:50px 0;
            line-height:0;
		}
		#header h2 {
		    float:right;
            line-height:0;
		    margin:0;
		    font-weight:normal;
			color:#666;
		}
		#header h1 {
		    float:left;
		    margin:0;
            text-transform:uppercase;
			font-size:40px;
			font-weight:normal;
            text-align:left;
            line-height:0;
            text-transform:none;
            font-family:georgia;
            font-size:60px;
        }
        
        
        /* CONTAINER */
		#container {
		    background:#fff;
			width:900px;
			margin:20px auto;
			text-align:left;
		}
		#gtst {
			height:238px;
			background:url(gtst-preview.jpg) no-repeat;
		}
		#box-set {
			height:282px;
			background:url(box-set-preview.jpg) no-repeat;
		}
		.album {}
		.album .padding {
			padding:45px 0 0 405px
		}
		.album h3 {
			text-transform:uppercase;
			margin:0;
			font-size:24px;
			line-height:20px;
		}
		.album h4 {
			margin:0;
			font-weight:normal;
			color:#666;
			font-size:14px;
		}
		.album ol {
			text-transform:uppercase;
			font-size:13px;
			padding:0 0 0 20px;
			margin:10px 0 0 0;
		}
		.album ol li {
			padding:0;
			margin:0;
			font-weight:bold;
			line-height:18px;
		}
		.album ol li em {
			color:#ccc;
			font-style:normal;
			padding-left:7px;
		}
		.album ol a:link, .album ol a:visited {
			text-decoration:none;
			padding:1px 3px 0 3px;
			background:#ffff7d;
			color:#000;
		    border-bottom:none;
		}
		.album ol a:hover {
			background:#000;
			color:#fff;
		}
		.album p {
			font-size:12px;
			line-height:16px;
		}
		
		.clear {
		    clear:both;
		}
