
body	{ background-color : #08090d; font-family: georgia, serif; line-height:1.2 }

.header	{ margin: 0 auto;
			  width: 854px;
			  height: 400px;
			  background: url('/images/background.jpg') no-repeat 0% 100%; 
			  position: relative;
			}

.links { margin: 0 auto; width:854px; padding: 10px 0 20px 0 ;position:relative;}
/*
.about-wrapper	{ margin: 0 auto;
				  width: 850px;
				  height: 500px;
				  font-family: arial, sans-serif;
				  background: url('/background_short.jpg') no-repeat; 
				  position: relative;
				}

.about-header	{
				position: absolute; right: 20px; top: 40px;
				text-align: right;
				}

.about-header a	{
				text-decoration: none
				}

.about-list	{
				position: absolute; right: 20px; top: 135px;
				text-align: right;
				}
			 
.about-list p	{
				color:#fff;
				font-size: 20px;
				line-height: 1.5;
				}
*/
			 

a.logo		{ color: #efef97;
			  font-weight:bold;
			  font-size: 48px;
			  letter-spacing : -1px;
			  margin-left: -8px;
			}

p 			{ font-size: 24px;
			color:#efef97;
			text-align:right
			}

a			{ color : #efef97;} 
a:hover		{ color : #fef972 }
			
ul.social 	{position:absolute; top:0px;right:0px ;}
ul.social li { float:left; padding: 14px 0 0 10px}

ul.social img:hover {filter: alpha(opacity=50);
					filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
					-moz-opacity: 0.50;
					opacity:0.5;}

