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

a{
	outline: none;
}

html,body{height:100%;margin:0;padding:0;}
body {
	background-color: #000000;
	margin: 0px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.bg, .table {
	
	width: auto;
	height: auto;
	min-height: 100%;
	min-width: 100%;
	
}
.bg{
	position: fixed;
	
	bottom: 0px;
	right: 0px;

	_width: 100%;
	_height: 100%;
}
.table {
	position: absolute;
	
	top: 0px;
	left: 0px;
	z-index: 1000;
	width: 100%;
}a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:hover img {
	opacity: 0.6;
}
.collosal{position:absolute;bottom:0px;left:0px;}
.coming-soon{position:absolute;bottom:40px;right:40px;}

.video{position:absolute;bottom:115px;left:75px;}