@charset "UTF-8";

#flashcontent {
	height: 550px;
	width: 1000px;
	position: absolute;
	top: 50px;
	left: 50%;
	z-index: 1;
	margin-left: -500px;
	/*background: url("../images/home/bg01.jpg") 50% 0 no-repeat;*/
}

#container {
	height: 550px;
	width: 1000px;
	position: absolute;
	top: 50px;
	left: 50%;
	z-index: 2;
	margin-left: -500px;
}

html {
	margin: 0;
	padding: 0;
	font-size: 100%;
	overflow: auto;
}

body {
	margin: 0;
	padding: 0;
	font-size: 100%;
	background: #000000 url("../images/home/blur-bg.jpg") 50% 0 no-repeat;
	overflow: auto;
}

.txt {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 2px;
	padding-left: 10px;
}

.txt a:link {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

.txt a:visited {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

.txt a:hover {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color:#82A4B7;
	text-decoration: none;
}

.alt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	text-decoration: none;
}

