a {
	color: #000000;
	text-decoration: none;
	line-height: 0px;
}
body {
	background-color: #FFFFFF;
	margin: 0% 7% 0% 7%;
	margin-bottom: 0px;
 	padding:<length> 0 0 0;
	line-height: 0px;
}
div#header {
	z-index: 1;
	top: 7%;
	left: 10%;
 	height:<length>;
}

div#header a {
	text-decoration: none;
	color: transparent;
	text-shadow: 0px 0px 5px #000000;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}
div#header a:hover {
	color: #000000;
	text-shadow: 0px 0px 0px #000000;
}

div#opaque a:{
	text-decoration: none;
	color: transparent;
	text-shadow: 0px 0px 5px #000000;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
}

div#opaque a:hover{
	color: #000000;
	text-shadow: 0px 0px 0px #000000;
}

.movie-wrap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.movie-wrap iframe {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}
.trimming {
	color: #000000;
	width: 100%;
	height: 10px;
	overflow: hidden;
	line-height: 0;
	text-decoration: none;
	display: block;
	margin: 0 auto;
}
.alpha a {
	text-decoration: none;
	opacity: 0.0;
	color: #000000;
	filter: alpha(opacity=0);
	-ms-filter: "alpha(opacity=0)";
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}
.alpha a:hover {
	color: #000000;
	text-decoration: none;
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
}
.alpha1 a {
	line-height: 0px;
	text-decoration: none;
	opacity: 1.0;
	color: #000000;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}
.alpha1 a:hover {
	line-height: 0px;
	color: #000000;
	text-decoration: none;
	opacity: 0.3;
	filter: alpha(opacity=30);
	-ms-filter: "alpha(opacity=30)";
}
p.title {
	font-family: 'Galamond', serif;
	font-size: 90px;
	text-align: center;
	color: #000000;
	font-style: normal;
	line-height: 100px;
	letter-spacing: 5px;
}
p.name {
	font-family: 'Oxygen', 'Slab', 'Garamond', serif;
	font-size: 18px;
	text-align: center;
	font-style: normal;
	line-height: 0px;
	text-decoration: none;
	letter-spacing: 2px;
}
p.name1 {
	font-family: 'Oxygen', 'Slab', 'Garamond', serif;
	font-size: 18px;
	text-align: left;
	font-style: normal;
	line-height: 20px;
	text-decoration: none;
	letter-spacing: 1px;
}
p.scroller1{
	font-family: 'Garamond', "Times New Roman", "Times", "Lucida Console", Monospace;
	font-size: 84px;
	text-align: right;
	color: #000000;
	letter-spacing: 1px;
	line-height: 144px;
}
p.scroller2{
	font-family: 'Garamond', "Times New Roman", "Times", "Lucida Console", Monospace;
	font-size: 60px;
	text-align: left;
	color: #000000;
	letter-spacing: 2px;
	line-height: 100px;
}
p.scroller3{
	font-family: 'Garamond', "Times New Roman", "Times", "Lucida Console", Monospace;
	font-size: 84px;
	text-align: center;
	color: #000000;
	letter-spacing: 2px;
	line-height: 100px;
}
p {
	font-family: "Times New Roman", "Times", "Lucida Console", Monospace;
	font-size: 16px;
	text-align: left;
	color: #000000;
	letter-spacing: 0.1em;
	line-height: 500px;
}
p.blank {
	font-family: "Times New Roman", "Times", "Lucida Console", Monospace;
	font-size: 12px;
	text-align: center;
	color: #FFFFFF;
	letter-spacing: 1px;
	line-height: 20px;
}
p.footer {
	font-family: "Times New Roman", "Times", "Lucida Console", Monospace;
	font-size: 12px;
	text-align: center;
	color: #000000;
	letter-spacing: 1px;
}
img {
	width: 80%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	vertical-align: bottom;
}

img.smaller {
	width: 50%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	vertical-align: bottom;
}

img.larger {
	width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	vertical-align: bottom;
}

div#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
    height: <length>;
}

@media screen {
body>div#footer {
	position: fixed;
}
}
* html body {
	overflow: hidden;
}
* html div#content {
	height: 100%;
	overflow: auto;
}
