/* CSS Document */

html, body {
	margin:0;
	padding:0;
	text-align: center;
}

body {
	background:url('../images/mfly_back.gif') top left no-repeat #000;
}

div, span, h1, h2, h3, h4, h5, h6 {
	font-family:arial, helvetica, sans-serif;
	font-size: 9pt;
	color:#FFF;
	text-align: left;
}

h1 {
	display: none;
}

#masthead {
	width:660px;
	height: 166px;
	margin: 0 auto;
	border-bottom: dotted 1px #F0D554;
}

#header {
	background:url('../images/mfly_title.gif') no-repeat;
	width: 498px;
	height: 165px;
	float: right;
}

#container {
	width: 665px;
	margin: 0 auto;
}

#left_cont {
	width: 330px;
	float: left;
}

.left {
	width: 320px;
	padding: 5px;
	border-bottom: dotted 1px #F0D554;
}

#right {
	width: 320px;
	float: left;
	padding: 5px;
	margin-bottom: 10px;
	border-left: dotted 1px #F0D554;
}

a:link, a:hover, a:visited {
	text-decoration: none;
	color: #F0D554;
}

a:hover {
	text-decoration: underline;
}

hr {
	align: center;
	color: #F0D554;
	width: 75%;
}
