/* mattcheney.com */

html {
    height: 100%;
    overflow: hidden;
}

body {
    height: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    background-color: #000000;
    font: 76% Arial, sans-serif;
}

#top{
	height: 100px;
	width: 100%;
	position: absolute;
	background: url('../images/mc_yellow_snow.png') repeat-x;
	display:block;
	z-index: 200;
}

#flashcontent {
    height: 100%;
	z-index: 100;
}
