﻿/* 
 * Author: Jarosław Wichrowski   
 * Contact: jarek.wichrowski@gmail.com
 *
/* ---------------------------------------- */

/* RESET
----------------------------------------------------------------------------*/
*{
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	text-decoration:none;
}

body { margin: 0 auto; background: #383838 url('../images/bg.png') no-repeat center top; font-family: Arial, sans-serif; font-size: 12px; color:#f9f8f8; line-height: 16px; height: 100%; }
h1, h2, h3, h4 { font-size: 20px; padding: 0 0 15px 0; }
a { color:#fff; }
a:hover { text-decoration: underline; }
#boxContact { position: absolute; left: 0; top: 0; width: 200px; padding: 30px; }
#boxContact span { font-family: Verdana, sans-serif; }
#boxInfo { position: absolute; right: 0; top: 0; padding: 30px; width: 200px; text-align: right; }
#boxPrivacy { position: absolute; left: 0; bottom: 0; width: 200px; padding: 30px; }
#boxPortfolio { position: absolute; right: 0; bottom: 0; width: 200px; padding: 30px; text-align: right; }
