/*******************************************************

File: style.css
Author: Marko Vidberg (marko@vidberg.com)
Purpose: style sheet, sorry nothing fancy here
		 (I'm not a designer)

*******************************************************/

body { padding: 0; margin: 0; font: verdana,arial,helvetica; background: #FFFFFF; color: #000000; text-align: center; min-width: 800px; }

#container { width: 800px; height: 200px; text-align: left; margin-left: auto; margin-right: auto; margin-top: 100px; }


