html {
	height:100%;
	overflow-y:auto;
	}

body {
	height:100%;
	margin:0;
	padding:0;
	overflow-y:auto;
	}
	
	/* common
----------------------------------------------------- */

br {
	clear: both;
	}

p {
	margin: 0; 
	padding-top: 8px; 
	}

a:focus {-moz-outline-style: none;}

ul {
	padding:0px;
	}

	/* Background/graduated tint
----------------------------------------------------- */
#bg {
	position:absolute; 
	top:0; 
	left:0; 
	width:100%; 
	height:100%;
	z-index:-1;
	}
	
#bg_screen {
	position:absolute; 
	top:0; 
	left:0; 
	width:100%; 
	height:100%;
	background-color: #000000;
	z-index:30;
	display:none;
	}

	
	/* Containers
----------------------------------------------------- */
#menu_container {
	position: absolute;
	top: 100px;
	left: 100px;
	background-color: transparent;
	width: 500px;
	height: 500px;
	z-index:40;
	}
	
#menu_cancel {
	position: absolute;
	top: 0;
	left: 700px;
	background-color: transparent;
	width: 100px;
	height: 100%;
	z-index:100;
	}
	
	
	/* Logo
----------------------------------------------------- */
#logo{
	position: absolute;
	top:0px;
	left:0px;
	width: 300px;
	height: 50px;
	background-color: transparent;
	cursor:pointer;
	z-index:100;
	}
	
.logo {
	font-family : arial, verdana, sans-serif;
	font-size : 20px;
	font-weight:normal;
	letter-spacing:5px;
	color : #d4d4d4;
	text-align:left;
	text-decoration:none;
	}
	
.logo2 a {
	font-family : arial, verdana, sans-serif;
	font-size : 20px;
	font-weight:normal;
	letter-spacing:5px;
	color : #9199a4;
	text-align:left;
	text-decoration:none;
	}
	
	/* menu
----------------------------------------------------- */
#menu{
	position: absolute;
	top:0px;
	left:0px;
	width: 300px;
	height: 300px;
	background-color: transparent;
	padding-top: 60px;
	cursor:pointer;
	display:none;
	}
	
.menu a {
	font-family : arial, verdana, sans-serif;
	font-size : 14px;
	font-weight:normal;
	letter-spacing:5px;
	line-height: 200%;
	color : #9199a4;
	text-align:left;
	text-decoration:none;
	}
	
.menu a:hover {
	color : #ffffff;
	text-decoration:none;
	}
	
	/* text holder
----------------------------------------------------- */

#text_holder_profile,
#text_holder_news,
#text_holder_contact {
	position: absolute;
	top:280px;
	left:100px;
	width: 400px;
	height: 300px;
	background-color: transparent;
	z-index:100;
	display:none;
	}
	
.standfirst {
	font-family : arial, verdana, sans-serif;
	font-size : 17px;
	font-weight:normal;
	line-height: 150%;
	color : #ffffff;
	text-align:left;
	}
	
.text,
.text a {
	font-family : arial, verdana, sans-serif;
	font-size : 13px;
	font-weight:normal;
	line-height: 170%;
	color : #ffffff;
	text-align:left;
	}
	
.arrow,
.arrow a {
	font-family : verdana, sans-serif;
	font-size : 11px;
	line-height: 170%;
	color : #d4d4d4;
	text-align:left;
	}
	
.caption {
	font-family : arial, verdana, sans-serif;
	font-size : 11px;
	font-weight:normal;
	line-height: 120%;
	color : #9199a4;
	text-align:left;
	}
	
		/* image holders
----------------------------------------------------- */

#portrait {
	position: absolute;
	top:60px;
	left:390px;
	width: 450px;
	height: 350px;
	background-color:transparent;
	}
	
		/* rule
----------------------------------------------------- */
#rule {
	position:absolute;
	top:500px;
	left:0px;
	width:854px;
	height:1px;
	background-color:#9199a4;
	}