/*

URL: http://piotrlewandowski.info
Version: 0.1 beta
Author: Piotr Lewandowski

*/

/* -----[ global reset ]------------------------------------------- */

* { margin: 0; padding: 0; }
img { border: none; }

/* -----[ main styles ]-------------------------------------------- */

html, body { color: #99cc00; }
html { color: #17191b; }
body {
	font-size: 62.5%; font-family: Arial, Verdana, Tahoma, sans-serif; margin-top: 0px;
	/* background: #7888a8;
	background: #17191b url('a/lib/img/_back1.png') repeat-x top left;
	background: #0e171a url('/lib/img/grass_texture2.png') repeat top left;
	*/
	background: #0e171a url('/lib/img/bg_gradient.jpg') repeat-x top left;
}
a:hover { text-decoration: none; }

/* -----[ content styles ]----------------------------------------- */

#portfolio {
	margin: 0 auto;
	width: 300px;
	border: 2px solid #fff;
	text-align: center;
}
#portfolio img { width: 200px; height: 150px; margin: 0 auto; }

#siteName { font-weight: bold; display: block; width: 300px; height: 40px; line-height: 40px; border: 0px solid #fff; text-align: center; margin: 95px auto 0 auto; }
	#homeLink { display: block; color: #cde207; font-weight: bold; font-size: 2.5em; }
	#homeLink a { color: #cde207; }

#content {
	display: block;
	margin: 0 auto;
	margin-top: 20px; 
	width: 300px;
	border: 0px solid #fff;
	text-align: center;
	font-size: 1.2em;
}
#content p { display: block; margin: 10px 0; }
#content p a { color: #d47b06; }
#slogan {
	margin: 0 auto;
	width: 300px; height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 1.1em;
	color: #cde207;
}
#language {
	position: absolute;
	bottom: 0;
	margin: 0 auto;
	width: 300px; height: 30px;
	line-height: 30px;
}

/* -----[ footer styles ]------------------------------------------ */

#footer {
	margin: 0 auto;
	width: 774px; height: 34px;
}