/***********************************************/
/* HTML base styles
/***********************************************/ 

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align:center;
	background-color: #0D0013;
		background-image:url(back.jpg); background-repeat: no-repeat; background-position: center top;
}

.size {
	width:1024px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.main_flash{
	width:1024px;
	height:768px;
	margin:0 auto;
	text-align:left;
}

/***********************************************/
/* fonts
/***********************************************/ 
h1, h2, h3, h4, h5, h6 {
	font-size: 14px;
	margin: 0;
	padding: 0;
		color: #444444;
}

a {
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	font-size: 12px;
	color: #cccccc;
	text-decoration: underline;
}

.active {
font-size: 12px;
color: #cccccc;
}
