/* Import the style sheet that resets all browsers. */
/* @import url("reset.css"); */ 

html {
	height:100%;
/*	overflow:hidden; */
	margin: 0px;
	padding: 0px;
}

body {
	margin:0px;
	padding:0px;
	background: #f7fbfc;
	color: #363636;
	font-size: 11px;
}

a:link, a:visited {
	color: #ed7b00;
	background: transparent;
}

a:hover, a:active {
	background: transparent;
	text-decoration: underline;
}

#wrapper {
	width:100%;
	left:0px;
	bottom:0px;
	position:absolute;
	margin: 0px;
	vertical-align: text-bottom;
	padding: 0px;
}

#flash {
	width: 1000px;
	height: 700px;
	margin: 0px;
	position: relative;
	padding: 0px;
}
