	@font-face {
    font-family: 'Special';
    src: url('embded_font/special.eot');
    src: url('embded_font/special.eot?#iefix') format('embedded-opentype'),
         url('embded_font/special.woff') format('woff');
    font-weight: normal;
    font-style: normal;
	}
	
	body,html {
	background-image: url(background.png);
	font-family: monospace;
	font-size: 12px;
	color: #333333;
	margin: 0px;
	padding: 0px;
	height: 100%;
	}
	
	h1 {
	font-size: 28px;
	font-family: "Special", "Trebuchet MS", "DejaVu Sans Condensed", sans-serif;
	margin-bottom : 10px;
	margin-top : 6px;
	font-weight : bold;
	}

	select, input.color, input.text {
	border-bottom: 1px solid #eeeeee;
	border-left: 1px solid #bbbbbb;
	border-right: 1px solid #eeeeee;
	border-top: 1px solid #bbbbbb;
	margin-top : 2px;
	margin-bottom : 2px;
	padding : 0px;
	font-family: monospace;
	font-size: 12px;
	color: #333333;
	}
	
	input.do {
	font-family: monospace;
	width: 130px;
	color: #333333;
	font-size: 12px;
	}
	
	input {
	font-family: monospace;
	}
	
/* Fixed Positioned AddThis Toolbox */           

.facebook{
    position: absolute;
	top: 0;
    left: 50%;
	margin-left : 177px;
	margin-top : 67px;
	font-weight : regular;
    /*border: 0px solid #eee;*/
    /*padding: 5px 5px 1px;*/
    /*width: 32px;*/
    /*-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;*/
}
.googleplus{
    position: absolute;
	top: 0;
    left: 50%;
	margin-left : -227px;
	margin-top : 67px;
	font-weight : lighter;
    /*border: 0px solid #eee;*/
    /*padding: 5px 5px 1px;*/
    /*width: 32px;*/
    /*-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;*/
}
