﻿@CHARSET "UTF-8";

/*
Project: Marcin Łysak
Author: Milosz Balus
E-mail: milosz@balus.eu
Date: 02.01.2008
portfolio.css
*/

html {
	height: 100%;
	overflow: hidden;
}

#swfcontent {
	height: 100%;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #181818;
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

a {
	color: #FFF;
}

h1 span {
	display: none;
}

h1 {
	margin: auto; background-image : url("../logo.gif");
	width: 302px;
	height: 47px;
	text-align: center;
	background-image: url("../logo.gif");
}
