/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-image: url(../image/bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.bg_f {
	background-image: url(../image/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#mainflash{
    margin:0 auto;
	width: 890px;
}

#flashcontent{
	background-color: #000000;
}
#flashcontent p{
	padding: 15px 0;
	margin: 0;
    color: #ffffff;
	font-size: 80%;
}


.linktext{
	font-size:9px;
	padding-top: 10px;
	font-family:verdana, Arial, Helvetica, sans-serif;
}

.footer {
	height: 70px;
	width: 890px;
	background-color: #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.copypad {
	padding-top: 20px;
}


a:link {
color: #818181; 
text-decoration: none; 
}
a:visited {
color: #818181; 
text-decoration: none;
}
a:hover {
color: #3a94ca; 
text-decoration: underline; 
}

