﻿a img{
	border: 0;
}
html{
	background: url("/Admin/Design/Bilder/body_bg.png") repeat-y top center;
}

#portal #container{
	width: 1000px;
	margin: 0 auto;
	min-height: 800px;
	overflow: hidden;
}

#portal #container #head{
	height: 401px;
	background: url("/Admin/Design/Bilder/head.gif") no-repeat top center;
	position: relative;
	overflow: hidden;	
}

#portal #container #body{
	margin: 20px 0;
}
#first{
	float:left;
	padding:10px;
	width:250px; 
}

#second{
	float:left;
	width:713px;
	padding-top: 10px;
}

.trailerLink{
	position: absolute;
	top: 170px;
	left: 425px;
	height: 50px;
	width: 190px;
	display: bock;
	overflow: hidden;
}

.trailerLink span{
	position: absolute;
	left: -9000px;
}

.CS_puffBox{
	background: url("/Admin/Design/Bilder/blueBox_T.gif") no-repeat top left;
	padding: 0;
	margin: 0;
	width: 230px;
	padding-top: 31px;
}

.CS_puffBox p{
	color: #fff;
	background: url("/Admin/Design/Bilder/blueBox_B.gif") no-repeat bottom left;
	min-height: 116px;
	padding: 0 33px 31px 33px;
	margin:0;
	font-size:10px;
}
#portal #container #foot{
	height: auto;
}

#portal #container #foot h1{
	background: url("/Admin/Design/Bilder/valj_version.jpg") no-repeat top center;
	position: relative;
	padding: 0;
	margin: 0;
	height: 56px;
	overflow: hidden;
}

#portal #container #foot h1 span{
	position: absolute;
	left: -9000px;
}


#portal #container #foot p{
	text-align: center;
}

#portal #container #foot .accollLink{
	text-align: right;
	padding-right: 30px;	
}
#portal #container #foot .accollLink a{
	color: 	#878787;
	text-decoration: none;
	font-size: 10px;
}

#bodyBG{
	width: 100%;
	height: 100%;
	background: #333;
	position: absolute;
	top: 0;
	left: 0;
	
}

#movieBox{
	position: absolute;
	top: 0;
	left: 0;
}

#movieBoxInner{
	height: 620px;
	width: 810px;
	border: 1px solid silver;
	margin: 50px auto;
	background: #fff;
	position: relative;
	padding: 30px;
}

#movieBoxInner .close{
	display: block;	
	position: absolute;
	top: 0;
	right: 0;	
	cursor: pointer;
	z-index: 9999;	
}

#movieBoxInner iframe{
	height: 610px;
	width: 810px;
	border: 0;
	display: block;
	/*transparent url(http://www.shougun.it/images/loading.gif) no-repeat scroll center center;*/
	
}

.CS_clearfix:after {
 content: ".";
 display: block;
 height: 0;
 clear: both;
 visibility: hidden;
}

.CS_clearfix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.CS_clearfix { display: block; }
/* End hide from IE-mac */
