* {

	margin: 0;

	padding: 0;

}

html {

	height: 100%;

}

body {

	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;

	height: 100%;

	



}

a {

	color: blue;

	outline: none;

	text-decoration: underline;

}

a:hover {

	text-decoration: none;

}

p {

	margin: 0 0 18px

}

img {

	border: none;

}

input {

	vertical-align: middle;

}

#wrapper {

	width: 100%;

	min-width: 1280px;

	min-height: 100%;

	

	height: 100%;

	position: relative;

	

	

	}



#backgroundFlash{

	position: absolute;

	z-index: -1;

	top:0;

	margin:0;

	padding:0px;

	height: 100%;

	width: 100%;

}









/* Middle

-----------------------------------------------------------------------------*/

#content {

	height:85%;
	width:100%;
	background: url(../images/cntr.png);
	position: absolute;
	padding: 0 0 0px;
	z-index:10;

}









#menu{

	width:270px;

	position: absolute;

	left:23%;

	top:36%;

	



}



#follow li:first-child{

	margin-left:4px;

}



#follow li{

	display:inline;

	float:left;

	margin-left:3px;

}



#navigation li{

	margin: 7px 0 0 4px;

	display:inline;

	float:left;

}





#text_content{

	background-color:rgba(0, 0, 0, 0.5);
	overflow: auto;
	width:650px;
	height:500px;
	position:absolute;
	left:45%;
	top:10%;
	color:white;
	margin-left: 0px;
	padding-left:10px;
	padding-right:10px;
	padding-top: 10px
}





#video{

	background-color:rgba(0, 0, 0, 0.5);

	overflow: auto;

	width:561px;

	height:345px;

	position:absolute;

	left:45%;

	top:36%;

	color:white;

	margin-left: 0px;

	

	padding-top: 15px

}



#music{

	background-color:rgba(0, 0, 0, 0.5);

	overflow: auto;

	width:375px;

	height:500px;

	position:absolute;

	left:45%;

	top:12%;

	color:white;

	margin-left: 0px;

	

	padding-top: 10px

}







#naviMedia{

	position: absolute;

	top:45%;

	left: 45%;

	height:150px;

	width:500px;



}



#naviSmall{

	width:165px;

	position: absolute;

	top:80%;

	left:27%;

	

}

/* Footer

-----------------------------------------------------------------------------*/

#footer {

	margin: -50px auto 0;

	min-width: 1200px;

	width:100%;

	height: 50px;

	background: black;

	position: relative;

	opacity:0.5;

}



#footer span:hover {

	opacity:1.0;

	

}



#footer span{

	position: relative;

	top:25px;

	cursor: pointer;

	opacity: 0.5;

	font-size:11px;

	margin-right: 15px;

	color:white;

}



#footer a{

	font-weight: bold;

	position: relative;

	top:25px;

	right:10px;

	text-decoration: none;

	color:red;

}



