/*
Theme Name: Clearasil Overnight
Theme URI: http://www.clearasil.de
Description: Theme developed for the clearasil Overnight campaign
Author: Euro RSCG 4D
Author URI: http://www.eurorscg-4d.de
version: 1.0
*/




/* basics */

*{margin:0; padding:0;}

html, body, #container {
	height:100%;
	width:100%;
	font-size:12px;
	overflow:hidden;
	outline:none;
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;

}

body{
	background:#0a0d31;
}

#clearailLogo{
	display:block;
	width:187px;
	height:130px;
	background:url(images/clearailLogo.jpg) no-repeat;
}
object { outline:none; }

#flash_container{
	padding:20px;
}

a{
	color:#fff;
}

/*
html {
		height: 100%;
		overflow: hidden;
		outline: none;
	}
	#flash_container {
		width: 100%;
		height: 100%;
		outline: none;
	}
	
	body {
		height: 100%;
		margin: 0;
		padding: 0;
		background-color: #171717;
		outline: none;
		font-family: arial, sans serif;
		color: #FFF;
		font-size: 11px;
		line-height: 14px;
	}
	object { outline:none; }
	#alternateContent{display:none;}
	
	*/