* {
margin:0px;
padding:0px;
}

body {
	background-color:#000;
}

#flash {
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
}

#header {
	width:100%;
	height:155px;
	margin:auto;
	position:absolute;
	background: url('images/hd_bg2.png') repeat-x top center;
	
}
#hd {
	width:980px;
	height:155px;
	position:relative;
	top:0px;
	left:50%;
	margin-left:-490px;
}

#bloglink {
	font: .7em/1.5em "Lucida Grande", "Lucida Sans Unicode", helvetica, verdana, arial, sans-serif;
	color:red;
	position:absolute;
	bottom:3px;
	right:7px;
	
}

#wrapper {

}