/* /////////////////////////////////////////////////////////////////////////
	
	Copyright notice
	Copyright © 2008 CLOSEUP
	All rights reserved
	
	--------------------------------------
	version:08.05.20
	author:Peter Monte
	eMail:info@peter-monte.com
	website:http://www.peter-monte.com
	recommended media devices:Projection, Screen, TV
	
///////////////////////////////////////////////////////////////////////// */

body {
	margin:0;
	padding:0;
	border:none;
	height:100%;
	color:#999;
	background-color:#222222;
	}

a {
	color:#999;
	}

div {
	margin:0;
	padding:0;
	border:none;

	min-height:667px;
	min-width:1000px;
	max-height:100%;
	max-width:100%;

	height:100%;
	width:100%;
	
	overflow:hidden;
	position:absolute;
	}

/*///////////// IE 6 /////////////*/
* html div {
	height:expression((document.body.clientHeight<667)?"667px":"100%");
	width:expression((document.body.clientWidth<1000)?"1000px":"100%");
	overflow:auto;
	}
/*////////////////////////////////*/
