/*=================================================
// Project :  Murderplan
// Developed by Julien Després
// Copyright 2008. All rights reserved.
//=================================================*/


/* ----- GENERAL ----- */
body			 	 		{ background: #000 url(../images/body.jpg) no-repeat; min-height: 100%; min-width: 100%; background-position: top; color: #fff; } 
div.clear		 		{ clear: both; }
div.container 	 		{ width: 800px; height: 100%; margin: auto; }
a						{ color: #fff; text-decoration: none; }
a:hover					{ text-decoration: underline; }
img						{ border: 0px ;}
*						{ font-family: Tahoma, sans-serif; font-size: 11px; padding: 0px; margin: 0px; }

/* ----- TOP and NAVIGATION ----- */
h1						{ background: url(../images/logo.png) no-repeat; width: 600px; height: 150px; behavior: url(iepngfix.htc); text-indent: -9999px; margin: auto; margin-top: 40px; }

/* ----- MAIN CONTENT ----- */
div.main-content			{ clear: both; width: 800px; }