body {
	font-size:12px;
	line-height:20px;
	font-family:Verdana,Arial;
	color:#FFFFFF;
	background-color:#000;
	margin:0px;
}
#Container{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}
#profile{
	background:url(../img/visual-profile.jpg) no-repeat top center;
	width:1000px;
	height:570px;
	overflow:hidden;

}
#passion{
	background:url(../img/visual-passion.jpg) no-repeat top center;
	width:1000px;
	height:570px;
	overflow:hidden;

}
#collection{
	background:url(../img/visual-collection.jpg) no-repeat top center;
	width:1000px;
	height:570px;
	overflow:hidden;

}
#gallery{
	background:url(../img/visual-gallery.jpg) no-repeat top center;
	width:1000px;
	height:570px;
	overflow:hidden;

}
#galleryfull{
	background:url(../img/visual-gallery-full.jpg) no-repeat top center;
	width:1000px;
	height:570px;
	overflow:hidden;

}

#news{
	background:url(../img/visual-news.jpg) no-repeat top center;
	width:1000px;
	height:570px;
	overflow:hidden;

}
#press{
	background:url(../img/visual-press.jpg) no-repeat top center;
	width:1000px;
	height:570px;
	overflow:hidden;

}
#contact{
	background:url(../img/visual-contact.jpg) no-repeat top center;
	width:1000px;
	height:570px;
	overflow:hidden;

}
.incontent{
	margin-left:30px;
	margin-bottom:20px;
}
#logoDiv{
	width:300px;
}
#textDiv{
	width:300px;
	height:400px;
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
	background:transparent url(../img/transparent-black.png);	
	
}

#textDiv .arrow{
float:right;
	padding:10px;
}
#textDivContent{
	float:right;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:20px;
	height:330px;
	overflow:hidden;
}
.transparent
{
   filter:alpha(opacity=50); 
   -moz-opacity: 0.5; 
   opacity: 0.5; 
}