* { margin: 0; padding:0; }

html, body 
{ 
	background: #000; 
	color: #FFF;
	font-size: 12px;
	font-family: "Helvetica Neue Light", Helvetica, Arial, sans-serif;
}

a:link, a:visited, a:active, a:hover
{
	text-decoration: none;
	color: #5acb00;
}

#center {
position:absolute;
left: 50%;
top: 50%;
margin-top: -238px;
margin-left: -341px;
}

#enter
{
	position: relative;
	width: 567px;
	height: 448px;
	top: 50%;
	left: 50%;
	margin-left: -133px;
	margin-top: -224px;
}

#enter_img
{
	float: left;
	width: 336px;
	height: 448px;
	background: url(../images/rayaphotographer_enter.jpg) top left no-repeat;
}

#enter_title
{
	float: left;
	width: 231px;
	height: 448px;
	background: url(../images/rayaphotographer_title.jpg) top left no-repeat;
}

#enter_title ul.sections
{
	position: relative;
	list-style: none;
	top: 75px;
	left: 5px;
}

.green a:link, .green a:visited, .green a:active, .green a:hover
{
	text-decoration: none;
	/*color: #5acb00;*/
	color: #fff;
	text-transform: uppercase;
	font-size: 24px;
}

.white a:link, .white a:visited, .white a:active, .white a:hover
{
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
}

#logo
{
	position: fixed;
	top: 0px;
	left: 0px;
}

#logo a:link, #logo a:visited, #logo a:active, #logo a:hover
{
	text-decoration: none;
	color: #000;
}

#contact
{
	position: fixed;
	top: 56px;
	left: 245px;
}

#menu 
{
	position: fixed;
	top: 112px;
	left: 7px;
}

#menu ul
{
	list-style: none;
}

#menu ul li
{
	margin-right: 20px;
	display: inline;
	text-transform: uppercase;
}

#bio
{
	position: absolute;
	margin: 200px 100px 0px 100px;
	font-size: 16px;
}

#bio p
{
	margin-bottom: 10px;
}

.quote
{
	padding: 30px 30px;
	margin-top: 10px;
	margin-right: -10px;
	margin-bottom: 30px;
	width: 480px;
	height: 100px;
	background: url(../images/quotemarks.png) top left no-repeat;
	text-indent: 20px;
	text-align: justify;
	font-family: serif;
}

.displayLayout
{
	position: absolute;
	margin-top: 140px;
	white-space:nowrap;
}

.displayLayout ul
{
	position: relative;
	list-style: none;
}

.displayLayout ul li
{
	display: inline;
	/*float: left;*/
	margin-right: 7px;	
}
