@charset "UTF-8";
/* =CALL LIBRARY */
	@import url("reset-min.css"); /* ------- Reset all CSS Styles */

/* =GENERAL - the general styles */
	body{
	background-color: #000000;
	background-image: url(../images/06_background.jpg);
	background-attachment: fixed;
  	background-position: 100% 100%;
  	background-repeat: no-repeat;
	}

	img {
	margin: 0px;
	padding: 0px;
}
	
		/* video */
	#video{
	width: 495px;
	padding-bottom:0px;
	margin-top: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	position: absolute;
	left: 0px;
	top: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 0px;
	}
	
