/**
*   CSS Styles for Portfolio Site
*   
*   @author Armin Pfurtscheller
*	@package com.styles
*
*/

/**
*	General Html
*/

/* hide from ie on mac \*/
html 
{
	height: 100%;
	overflow: hidden;
}

#flashcontent 
{	
	height: 100%;
	display:block;
}
/* end hide */

body 
{
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #000000;
	
	font-size:11px;
	font-family:Verdana;
	color:#ffffff;
}

/* alternate content */
#alternateContent {

width:700px;
margin:50px auto 0;
text-align:center;

}

#logoImage { margin:0 0 25px 0; }

#footer {

color:#666666;
margin:25px 0 0 0;
font-size:10px;
border-top:1px solid #666666;
padding-top:5px;

}

#footer_left {
	
	display:inline;
	float:left;
}

#footer_right {
	
	display:inline;
	float:right;
}

#footer_clear_fix {	clear:both; }

a,
a:link,
a:active,
a:visited { 

	color:#666666;
	outline:0;
	text-decoration:none;
}

a:hover {
	
	color:#999999;
	outline:0;
	text-decoration:none;
}

img { border:none; }
p { margin:25px 0 0 0; }

