@charset "utf-8";
/* CSS Document */


/*general css*/
body {
	background-color: #000;
	font-family:"Century Gothic", "trebuchet MS", arial;
	padding:0px;
	margin:0px;
	color: #e1e1e1;
	text-align:justify;
}

#content_main {
	margin: auto;
	height: 100%;
	width: 100%;
	position:relative;
}

#content_img{
	height: 100%;
	width: 100%;
	position:absolute;
	overflow: inherit;
}

#content_img img{
	width: 100%;
}

a:link, a:visited {
	text-decoration: none;
	color: #fff;
	font-weight:bold;
}

a:hover, a:active {
	text-decoration: none;
	color: #fff;
	font-weight:bold;
}
