* { margin: 0; padding: 0; }

a {
	font-size: 350%;
	opacity: 0;
	filter: Alpha(opacity=0);
	display: inline-block;
	font-weight: bold; 
}

a.visible {
	font-size: 11px;
	opacity: 100;
	filter: none;
	font-weight: normal;
}

html { 
	height:100%;
	background: #b5c5d2;
	font-family:verdana;
	font-size:13px;
}
body { margin:0px auto; height:100% }

.header {
	background: #fff;
}

.main {
	height: 680px;
	background: url('img/stripe.jpg') repeat-x;
}