/***********************
    Demo page styles
************************/

body {
	width:100%;
	height:100%;
/*	background:url("bg.jpg") 0 0 repeat;*/
	margin:0;
	padding:0;
}
#demo {
	margin:50px auto 0 auto;
	width: 1000px;
	position: relative;
}
#tabbed p.demo-cell {
	background: #f0f0f0;
	padding: 10px;
	color: #999;
	font-size: 12px;
}

@media screen and (max-width:1024px){
	#demo {
		width: 100%;
	}
}