        	body {
        		margin:0;
        		padding:0;
        		text-align:center;
        		background-color:#000;
        	}
        	.page {
        		position:relative;
				background-image:url("images/clay_website_postStreet.jpg");
				background-repeat: no-repeat;
        		text-align:left;
        		width:1000px;
				margin-left:auto;
				margin-right:auto;
				padding:0;
        	}
        	.main {
				width:1000px;
				height:700px;
				margin:0;
				padding:0;
        	}
			.audioContainer {
				position:absolute;
				top:546px;
				left:240px;
				height:54px;
				width:402px;
				/*border:solid 1px red;*/
			}
		.videoContainer {
				position:absolute;
				top:35px;
				left:485px;
				width: 400px;
				height: 324px;
				/*border:solid 1px red;*/
		}
      a,a:link
            a:active {
            color: white;
            text-decoration: none;
        }

        a:visited {
            color: white;
            background-color: transparent;
        }

        a:hover {
            color: #fc1a00;
            text-decoration: underline;
        }
        	a.hotspot {
        		display:block;
        		padding:0;
        		margin:0;
        		position:absolute;
        		/*border:solid 1px red;*/
        	}
        	#albumcover {
        		top:445px;
        		left:655px;
        		width:205px;
        		height:208px;
        	}
        	#walmart {
        		top:446px;
        		left:879px;
        		width:72px;
        		height:72px;
        	}
        	#amazon {
        		top:520px;
        		left:878px;
        		width:72px;
        		height:70px;
        	}
        	#itunes {
        		top:592px;
        		left:865px;
        		width:72px;
        		height:72px;
        	}

			#widget {
        		top:420px;
        		left:27px;
        		width:193px;
        		height:208px;
        	}

.footer {
        	    font-family:Arial;
        	    font-size:12px;
        		margin-top:10px;
        		padding:5px 30px 5px 5px;
        		border-top:dotted 1px #666;
        		color:#aaa;
        	}
.footer img {
	margin-right:10px;
}
