@charset "utf-8";
/* CSS Document */

body{ 
	font-size:12px; 
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif; 
	margin:0;
	background:#000 url(../images/bg.jpg) no-repeat center top;
}
form{ 
	margin:0; 
	padding:0;
}
img{ 
	border:none;
	vertical-align:bottom;
}
a{ 
	text-decoration:none;
}
a:hover{ 
	text-decoration:underline;
}
a,button{ 
	outline:none;
	*hide-focus:expression(this.hideFocus=true);
}
.clear{ 
	clear:both; 
	margin:0; 
	padding:0;
	height:0;
}
ul,li{ 
	list-style:none; 
	margin:0; 
	padding:0;
}
form,p{ 
	margin:0; 
	padding:0;
}

#wrap{
	width:999px;
	margin:0px auto;
}
#main{
	height:768px;
	background:url(../images/flash_bg.jpg) no-repeat;
}
