body {
	margin:0;
	padding:0;
	font-family: Verdana,Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3d3d3d;
	background:#ededed;
}

div#copy {
	display:block;
	width:1190px;
	-moz-column-count: 2;
	-moz-column-gap:30px;
	-webkit-column-count:2;
	-webkit-column-gap:30px;
	column-count:2;
	column-gap:30px;
	column-width:590px;
	padding:5px;
}

#controls {
	margin-left: -00px;
    margin-top: 36px;
    position: absolute;
}
#controls a{
	display:block;
	color: #aaa;
	width:30px;
	height: 30px;
	
	
}
#controls #canvas {
	background: url("../img/html5.png") 0 -60px no-repeat;
}
#controls #flashLink {
	background: url("../img/flash.png") 0 -60px no-repeat;
	margin-top: 10px;
}
#controls #canvas.active{
	background-position: 0 0;
}
#controls #canvas:hover {
	background-position: 0 -30px;
}
#controls #flashLink.active {
	background-position: 0 0;
}
#controls #flashLink:hover {
	background-position: 0 -30px;
}
#controls a.active {
	color: #2d2d2d;
}
#controls a:hover {
	color: #2d2d2d;
}
#controls #canvas {
	margin-right: 20px;
}
#notControls {
	margin-top: -15px;
	padding-left: 30px;
}
iframe {
	clear: both;
}
.clear {
	clear:both;
}
#wrapper {
	width: 1280px;
	margin: 0 auto;
}

#text {
	width: 900px;
	margin:0 auto;
}
#text div {
	float: left;
	width: 400px;
}
#text #col1 {
	margin-right: 100px;
}
#copy #share {
	text-align: right;
}
.clear {
	clear:both;
}
.fb_edge_widget_with_comment {
	top: -3px;
}
