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

/**
*General HTML Body Styling
*/

* {margin:0;padding:0}

div {
    	text-align: center;
    	width: 100%;
    	vertical-align: middle;
    	height: 100%;
    	display: table-cell;
}
.iframe{
  	width: 200px;
}
div,
body,
html {
    	height: 100%;
    	width: 100%;
}
body{
	background: url(../blue80.png) top center repeat;
	display: table;
	height:100%;
    	width: 100%;
}

#horizon        
	{
	color: none;
	background-color: none;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block
	}

#content    
	{
	background: url(../blue80.png) top center repeat;
	margin-left: -200px;
	position: absolute;
	top: -200px;
	left: 50%;
	width: 400px;
	height: 400px;
	visibility: visible;
	line-height: 1.5em;
	text-align: center;	
	color: #CCCCCC;
	}

#movie
	{
	font-size:16px;
	display:inline;
	position: absolute;	
	left: 50%;
	}

p {
	line-height: 1.35em;
}

#movie a {
	font-size:16px;
    display: inline;
	color:#02cb02;
	text-decoration: none;
}

#movie a:hover {
	font-size:16px;
    display: inline;
	color:#00FF00;
	text-decoration: none;
}

a {
    display: inline;
	color:#02cb02;
	text-decoration: none;
}

a:hover {
    display: inline;
	color:#00FF00;
	text-decoration: none;
}

#header {
	height: 80px;
	margin: 0 auto;
	text-align: center;
	width:900px;
	background: none;
}

#container {
	width: 450px;
	margin: 0 auto;
	background: none;
}
/*
#content {
position: relative;
	padding: 1em;
	text-align: center;
	margin-left: 20px;
	margin-right: 0px;
	background: none;
}
*/
#leftColumn {
	float: left;
	margin: 0px;
	margin-top: 20px;
	padding-left: 0em;
	padding-right: 0em;
	padding: 1em;
}

#Column {
	float: left;
	margin: 0px;
	margin-top: 10px;
	padding-left: 0em;
	padding-right: 0em;
	padding: 1em;
}

#Column a {
    display: inline;
	color:#02cb02;
	text-decoration: none;
}

#Column a:hover {
    display: inline;
	color:#00FF00;
	text-decoration: none;
}


#rightColumn {
	float: right;
	margin: 0px;
	margin-top: 20px;
	padding-left: 0em;
	padding-right: 0em;
	padding: 1em;
}

#footer {
	clear: both;
	color:#666;
	text-align: center;
	margin: 0px auto;
	margin-top: 0px;
	width: 600px;
	height: 40px;
	line-height: 1.0em;
	background: none;
	padding: 1em 0;
	padding-left: 0px;
	padding-right: 0px;
}

#logo {
	margin-left: auto;
	margin-right: auto;
}

h2 {
    display: inline;
	color: white;
	text-decoration: none;
}

h2 a {
    display: inline;
	color: #0C3365;
	text-decoration: none;
}

h3 {
	padding-top: none;
	color: #FFFFFF;
	text-decoration: none;
}

h3 a {
	color:#02cb02;
	text-decoration: none;
}


#description {
	line-height: 1.5em;
	top: 20px;
	display: block;
	position: absolute;
	width: 400px;
	text-align: center;	
	color: #CCCCCC;
	z-index:2;
}



