@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	border:0;
	width:100%;
	background-color: #595959;
	min-width: 480px;
	max-width: 1152px;
	color:#ffffff;
	font-family: verdana, arial, sans-serif;
	font-size:14px;
}
a:link {
	color:#fff;
	text-decoration:underline;
}
a:visited {
	color:#FC6;
	text-decoration:underline;
}
a:hover {
	color:#ee0000;
	text-decoration:underline;
}
a:active {
	color:#f00;
	text-decoration:none;
}
#nav_flash {
	position:fixed;
	top:0px;
	left:0px;
}
#title_png {
	position:fixed;
	top:50px;
	left:270px;
}