/*-----------------------------------------------------------------------
Philleep Florence 2010 Portfolio

version:	2.1
date:		April 14 2010
author:		Philleep Florence
email:		email@philleep.com
website:	http://www.philleep.com
/*-------------------------------------------------------------------- */

/* Global CSS*/
/*-------------------------------------------------------------------- */
* {font-size: 12px; margin:0; padding:0;}
a:link{text-decoration: none; color:#333;}
a:visited{text-decoration: none; color:#333;}
a:hover{text-decoration: none; color:#444}
a:active{text-decoration: none; color: #444;}
a{outline: none;} /* Firefox dotted fix */
a, img{border: none;} /* IE blue border fix */
li{list-style-type: none;}  /* Hide list dot */
html, body{
	height:100%; 
	width:100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#DDD;
	background:#000000;
	overflow:hidden;
}
#link{
	font-weight:normal; 
	line-height:1em; 
	letter-spacing:-1px; 
	cursor:default; 
	color:#333333; 
	font-size:32px;
	font-family:"Times New Roman", Times, serif;
	border-left:2px solid #333333;  
	padding:0 0 0 15px; 
	margin:15px 0 5px 15px;
}
#link a{font-size:32px;}

#wrapper {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  height: 1px;
  overflow: visible;
}

#redirect{
  width: 400px;
  height: 200px;
  margin-left: -200px;  /***  width / 2   ***/
  position: absolute;
  top: -100px;          /***  height / 2   ***/
  left: 50%;
}
