@font-face{
    font-family:"SourceSansProLight";
    src:url("../Font/SourceSansProLight.woff") format('woff');
}

body,html,#content{
	width:100%;
	height:100%;
	padding:0;
	margin:0;
	overflow:hidden;
}

body{
	background:#0a1a1a;
	color:#ffffff;
}

a:link,a:visited{
	color:#ffffff;
}

textarea,body,input{
	font-family:"SourceSansProLight","lucida grande",tahoma,verdana,arial,sans-serif;
}

.noselect{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fullsize{
	width:100%;
	height:100%;
}

