* {
	margin:0;
}

html {
	height:100%;
}

body {
	background:#12110f;
	height:100%;
	color:#ffffff;
}

#swf {
	height:100%;
}

/**
 * Works :
 */
div.work {
	margin:0 0 20px 0;
}

/**
 * noflash :
 */
div#noflash {
	width:300px;
	height:400px;
	position:absolute;
	left:50%;
	margin-left:-150px;
	top:50%;
	margin-top:-200px;
}
div#noflash img {
	border:none;
}

/**
 * Blog :
 */
div#blog {
	background: url('../img/blog/comingSoon.jpg') no-repeat;
	width:300px;
	height:400px;
	position:absolute;
	left:50%;
	margin-left:-150px;
	top:50%;
	margin-top:-200px;
}
