/* CSS Document */
			body {
				background-color:#000000;
				text-align:center;
			}
			.page {
				margin-left:auto;
				margin-right:auto;
				width:700px;
			}
			.col1 {
				width:350px;
				height:500px;
				float:left;
			}
			.col2 {
				width:350px;
				height:500px;
				float:left;
			}
			
			img {
				vertical-align: top;
			}
			
			/* Footer */
			#footer {
				height:80px;
				width:750px;
				color:#77B1E3;
				font-family:Verdana,Arial,Helvetica,sans-serif;
				font-size:9px;
			}
			#sandlogo {
				margin:8px 0 0 10px;
				float: left;
				border:0;
			}
			#navbar2 {
				margin:30px 5px;
				float:left;
			}
			#footer a {
				color:#77B1E3;
				text-decoration:none;
			}
			#navbar2 a:hover {
				color:#FFFFFF;
			}
			#navbar2 a:active {
				text-decoration:none;
			}
			#navbar2 a:visited {
				text-decoration:none;
			}
			#credits {
				float:left;
				margin: 30px 5px;
			}