@media projection, screen, tv
{
	/* projection, screen, tv */

	#dwmainbox {
		margin-left:0px;
		display:block;
		position:absolute;
		width:600px !important;
		overflow:auto; 
		height:100% !important;
		text-align:left;
		background:#eeeeee;
	}
	
	#dwmainbox .innertube {
		margin-bottom:15px;
		width:560px !important;
		width:580px;
		padding-top:0;
		padding:10px;
		text-align:left;
	}
	
	#dwmainhead {
		position:absolute; 
		top:250px; 
		left:50%;
		margin:0;
		margin-left:-150px; 
		width:585px !important;
		width:600px;
		height:25px !important;
		height:35px;
		padding:5px;
		padding-left:10px;
		font-size:19px;
		color:#ffffff;
		background:#df0024;
	}

	#dwmain {
		position:fixed; 
		top:285px;
		bottom:35px;
		left:50%;
		margin-left:-150px !important;
		text-align:center;
	}
	
	* html body {
		padding: 285px 0px 35px 0px;
	}
	
	* html #dwmain {
		height:100%; 
		width:100%; 
	}


}

