@charset "utf-8";
/* CSS Document */

BODY{
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	font-family: Verdana;
	color: white;
	background-image: none;
	text-align: center;
}

#wrapper {
	width: 100%;	
}

#content{
	font-size: 12pt;	
}

#iPadPadder
{
    display: block;
	background-color: black;
	margin: 15px;
	background-image: url(/v2/img/frontend/bg_green3.jpg);
	background-position: top right;
	min-height: 410px;
	background-repeat: no-repeat;
}

#videoPadder
{  
    display: none;
	overflow: auto;
}

#flashUpgradeNotice{
	display: none;	
}
