*
{
	padding : 0 ;
	margin : 0 ;
	-webkit-text-size-adjust : none ;
}

html
{
	height : 100% ;
}

body
{
	background : #000 ;
	height : 100% ;
	margin : 0 ;
}

#canvas
{
	height : 100% ;
	width : 100% ;
}

.table
{
	display : table ;
	height : 100% ;
	overflow : hidden ;
	#position : relative ;
	width : 100% ;
}

.row
{
	display : table-cell ;
	#position: absolute ;
	#top : 50% ;
	vertical-align : middle ;
}

#container
{
	background-color : #000000 ;
	height : 600px ;
	#position : relative ;
	#top : -50% ;
	width : 100% ;
}

#content
{
	background-color : #000 ;
	height : 100% ;
	margin : 0 auto ;
	width : 990px ;
}