@charset "utf-8";
/* CSS Document */

body {
	background:#727272;
	margin:0; padding:0;
	font-family:Tahoma;
	font-size:12px;
	}
/* ---------- For INDEX Page -------------------- */
#index {
	margin:0 auto; padding:0;
	background: url(../images/glasfrontpage.png) top center no-repeat;
	height:798px;  width:1000px;
	}
a#link {
	margin:0px auto;
	height:700px; width:558px;
	display:block;
	text-decoration:none;
	}
/* ---------- For SITE INDEX Page --------------- */
a, a:visited {
	text-decoration:none;
	border:none;
	}
a:hover {
	text-decoration:none;
	border:none;
	}
img {
	border:none;
}

/*   -------------  Footer  -------------   */
#footer {
	height:30px; width:300px;
	margin:0 auto;
	color:#ccc;
	text-align:left;
	padding:2px 5px 5px 5px;
	font-size: 11px;
	}
#footer a, #footer a:visited, #footer a:hover {
		color:#ccc;
}
.clear {
	clear:both;
	display:block;
	margin-bottom:-1px;
	height:1px;
	line-height:0;
	}