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

body {
	background-color:#000000;
	background-image:url(../images/bg/03.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #333;
	background-attachment: fixed;
	margin: 0;
	padding: 0;
}
img#expando {
	padding: 0;
	margin: 0;
	position: absolute;
	display: none;
	z-index: 1;
	-ms-interpolation-mode: bicubic;
}
.wide img#expando, .tall img#expando {
	display: block;
}
.wide img#expando {
	width: 100%;
	height: auto;
}
.tall img#expando {
	width: auto;
	height: 100%;
}
.ie6fixed {
	position: absolute;
top: expression((ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop) + 'px');
}
#header, #container, #container2, #footer, .wrap {
	width:100%;
	height:auto;
}
#header {
    margin-top: 5%;
    margin-bottom:1%;
}
#graphic {
    height:150px;
	background:none;
	}
#motion {
	height:360px;
	background:none;
}
.wrap {
	margin-top:1%;
}
.thumbnail {
	width:50px;
	height:50px;
	float:left;
	margin-right:3px;
	margin-bottom:3px;
}
.mov {
	width:auto;
	height:360px;
	float:left;
	margin-right:3px;
	margin-bottom:3px;
}
p {
	font-family:Arial, "Helvetica", sans-serif;
	font-size:11px;
	font-weight:100;
	font-style:italic;
	line-height:20px;
	color:#fff;
	background:#000;
	padding-left:10px;
	opacity:0.6;
}
a.graphic {
	border:none;
	width:212px;
	height:54px;
	display:block;
}
a.motion {
	border:none;
	width:212px;
	height:54px;
	display:block;
}