/*********************************************************************************************************
GENERAL STYLE
**********************************************************************************************************/ 

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, form, label, table, caption, tbody, 
tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-family: tahoma;
	background-color: transparent;
}

html {
	background-image:url('/gfx/bg.jpg');
	background-position:top center;
	background-color:#b4b4b4;
	background-repeat:no-repeat;
	color:#757575;
	font-size:0.70em;
	line-height:150%;
    overflow-x: hidden;
	overflow-y: hidden;

}

body {		
	/*background-image:url('/gfx/bg_extra.png');*/
	background-repeat:no-repeat;
	background-position:center top;
}
	

html,body {
	height:100%; /* needed for container min-height */
}

h1 {
	font-family: “Lucida Sans Unicode”, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: -1px;
	line-height: 1.2em;
	color:#6bb043;

}

a {
	color:#677b92;
	text-decoration:none;
	outline:none;
}

a:hover {
	color:#677b92;
	text-decoration:underline;
	outline:none;
}

.nav {
	float:left;
	text-align:right;
	margin-top:120px;
}

.info {
	float:left;
	width:670px;
}

#projectsOverview {
	clear:both;	
}

#projectsOverview ul {
	margin:0;
	padding:0;	
}

#projectsOverview ul li {
	list-style:none;
	float:left;
	width:200px;height:250px;	
	margin:10px;
}

#footer {
	position:fixed;
	bottom:0;
	left:0;
	background-color:#000;
	width:100%;
	height:20px;
	padding:10px;
	text-transform:uppercase;
	font-size:.9em;	
}

#footer a {
	color:#fff;	
}

#footer #footer_left {
	float:left;
}

#footer #footer_right {
	float:right;
	margin-right:20px;
}
