/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



html, body {height: 100%; margin: 0; padding: 0;}
body {min-width: 1100px; min-height: 700px; background:#000000; text-align: center;}
#content {min-height: 100%; width: 100%;}
#content img {margin-top: 300px;}
* html #content {height: 100%;}
* html body {width: expression(document.documentElement.clientWidth < 900 ? '900px': '100%'); height: expression(document.documentElement.clientHeight < 660 ? '660px': '100%');}
a img {border: 0;}
