@font-face{ 
            font-family: "SansationLight";
            src: url('http://fontsforweb.com/public/fonts/423/SansationLight.eot');
            src: local("Sansation Light"), url('http://fontsforweb.com/public/fonts/423/SansationLight.woff') format("woff"), url('http://fontsforweb.com/public/fonts/423/SansationLight.ttf') format("truetype");
        }
html {
background: transparent url(../images/pattern.png) repeat top left;
}
#bg {
	position:fixed; 
	top:-50%; 
	left:-50%; 
	width:200%; 
	height:200%;
	cursor: url('cigarette.png'), pointer;
}
#bg img {
	position:absolute; 
	top:0; 
	left:0; 
	right:0; 
	bottom:0; 
	margin:auto; 
	min-width:50%;
	min-height:50%;
}
.test h4{
	font-family: 'SansationLight';
	color: #fff;
	position: absolute;
	z-index: 10000;
	text-shadow: 0 0 1px rgba(255,255,255,0.8), 2px 1px 1px rgba(0,0,0,0.2);
	font-size: 50px;
	line-height: 80px;
	top: 200px;
	right: 0px;
	white-space: nowrap;
	opacity: 0;
	-webkit-transition: all 0.5s linear 0.7s;
	-moz-transition: all 0.5s linear 0.7s;
	-o-transition: all 0.5s linear 0.7s;
	-ms-transition: all 0.5s linear 0.7s;
	transition: all 0.5s linear 0.7s;
}

/* CSS reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
html,body {
	margin:0;
	padding:0;
	height: 100%;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
section, header{
	display: block;
}
/* General Demo Style */
body{
	font-family: 'SansationLight';
	font-weight: 400;
	font-size: 15px;
	color: #391b27;
	overflow-y: scroll;
	overflow-x: hidden;
}
a{
	color: #333;
	text-decoration: none;
}
.container{
	width: 100%;
	height: 100%;
	text-align:center;
	cursor: url('cigarette.png'), pointer;
}

.clr{
	clear: both;
}
.container > header{
	padding: 20px 30px 10px 30px;
	margin: 0px 20px 10px 20px;
	position: relative;
	display: block;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    text-align: center;
}
.container > header h1{
	font-family: 'SansationLight';
	font-size: 35px;
	line-height: 35px;
	position: relative;
	font-weight: 400;
	color: #923e5f;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
    padding: 0px 0px 5px 0px;
}
.container > header h1 span{
	color: #582036;
	text-shadow: 0px 1px 1px rgba(255,255,255,0.8);
}
.container > header h2{
	font-size: 16px;
	font-style: italic;
	color: #391b27;
	text-shadow: 0px 1px 1px rgba(255,255,255,0.8);

}
/* Header Style */
.barreduhaut{
	line-height: 24px;
	font-size: 11px;
	background: rgba(255, 255, 255, 0.8);
	text-transform: uppercase;
	z-index: 9999;
	position: relative;
	box-shadow: 1px 0px 2px rgba(0,0,0,0.2);
	cursor: url('cigarette.png'), pointer;
}
.barreduhaut a{
	padding: 0px 10px;
	letter-spacing: 1px;
	color: #333;
	text-shadow: 0px 1px 1px #fff;
	display: block;
	float: left;
	
}
.barreduhaut a:hover{
	background: #fff;
}
.barreduhaut span.right{
	float: right;
}
.barreduhaut span.right a{
	float: left;
	display: block;
}

#canvas {
position:fixed; 
	top:-50%; 
	left:-50%; 
	width:200%; 
	height:200%;
	cursor: url('cigarette.png'), pointer;
	background: transparent url(../images/pattern.png) repeat top left;
}
