@charset "UTF-8";

img.bg {
	
	
	min-height: 100%;
	min-width: 1024px;
	width: 100%;
	height: auto;
	position: fixed;
	top: 0;
	left: 0;
}

a {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
a:hover {
	color: #FFCC66;
	text-decoration: none;
}
a:active {
	color: #CCCCCC;
	text-decoration: none;
}

@media screen and (max-width: 1024px) { 
	img.bg {
		
		left: 50%;
		margin-left: -512px;  
	}
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.text {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
}

html, body, #container { height: 100%; margin: 0; padding: 0; }
body > #container { height: auto; min-height: 100%; }
#content { padding-bottom: 3em; }
#footer {
	clear: both;
	position: relative;
	z-index: 10;
	height: 4em;
	margin-top: -4em;
	background-color: #999999;
	background-image: url(images_CSS_2013_2/footer_bg.jpg);
}

#box_menu {
	letter-spacing:6px;
	margin-left: auto;
	margin-right: auto;
	width: 902px;
	text-align: center;
	padding: 20px;
}