@font-face {
	font-family: 'ChunkFiveRegular';
	src: url('../@fonts/Chunkfive-webfont.eot');
	src: local('☺'), url('../@fonts/Chunkfive-webfont.woff') format('woff'), url('../@fonts/Chunkfive-webfont.ttf') format('truetype'), url('../@fonts/Chunkfive-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}




html {
	background: #88b354 url('../@gui/html.png') repeat-x top center;
	margin: 0;
	padding: 0;
	}
body {
	background: transparent url('../@gui/body.png') no-repeat top center;
	color: #444;
	font: 13px/150% 'ChunkFiveRegular', 'Georgia-Bold', serif;
	margin: 0;
	padding: 0;
	text-align: center;
	min-width: 860px;
	}




a {
	color: #900;
	outline: 0;
	}
div{
	margin: 0;
	padding: 0;
	margin: 0;
	}
h1, h2, h3, h4, h5 {
	font-weight: normal;
	margin: 0 0 .5em 0;
	color: white;
	font-family: 'ChunkFiveRegular', 'Georgia', serif;
	text-shadow: 0 0 10px #88b354;
	}
.note {
	font-size: 1.2em;
	}
p, ul {
	text-shadow: 0 0 10px #88b354;
	}





div#canvas {
	width: 860px;
	margin: 0 auto;
	padding-bottom: 1em;
	text-align: left;
	}




div#identity {
	width: 400px;
	float: left;
	}
div#identity h1 {
	background: transparent url('../@gui/identity.background.png') no-repeat 50% 50%;
	width: 100%;
	height: 240px;
	text-indent: -99999em;
	}
div#identity h1  a{
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -99999em;
	}





blockquote {
	width: 400px !important;
	margin: 60px 0 0 0 !important;
	padding: 0 !important;
	float: right;
	text-align: center;
	}
blockquote q {
	display: block;
	margin: 0;
	padding: 10px 10px;
	background: rgba(0,0,0,.1);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	border-radius: 20px;
	}
blockquote cite {
	display: block;
	background: transparent url('../@gui/stars.png') no-repeat top center;
	padding: 10px 20px;
	color: white;
	margin: 3px 0 0 0;
	font-style: normal;
	font-size: 11px;
	font-family: 'Lucida Grande', sans-serif;
	}




div#promotion {
	clear: right;
	width: 356px;
	float: right;
	border: 2px dashed white;
	padding: 10px 20px;
	background: rgba(255,255,255,.2);
	background: #b1d87e;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	border-radius: 25px;
	}
div#promotion h2 {
	font-size: 20px;
	color: white;
	text-align: center;
	text-shadow: 0 0 10px #88b354;
	}
div#promotion h2 big {
	font-size: 80px;
	display: block;
	padding: .2em 0 .2em 0;
	-webkit-transform: rotate(-5deg); 
	-moz-transform: rotate(-5deg);
	}
div#promotion h2 big small {
	font-size: 50px;
	vertical-align: top;
	font-weight: bolder;
	}




address {
	color: #b1d87e;
	text-align: center;
	font-style: normal;
	}