﻿html
{
	height:100%;
	min-height:100%;
}

body
{
    height:100%;
	min-height:100%;
    font-size: 24px;

    /* These are the standard fallbacks that are design approved for the majority of the supported devices. */
    font-family:Segoe UI Regular,HelveticaNeue, Droid Sans, Arial, Sans-Serif;

    color:#201F1F;
    background-color:#DFDFDF;

	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:0px;
}

.clear
{
	clear:both;
}

.xboxPadding
{
	width:100%;
	background:url("HeaderBG.png");
	height:200px;
}

.titleContent
{
	width:100%;
	background:url("HeaderBG.png");
	min-height:100px;
}

.titleContent .wrapper
{
	float:left;
	width:100%;
}

.titleContent img
{
	float:left;
	margin-right:10px;
	border:none;
}

.titleContent .DCUOTitle
{
	margin-top:20px;
	margin-right:15px;
	color:#FFFFFF;
	font-size:30px;
}

.content
{
	float:left;
	width:100%;
	margin-top:40px;
	text-align:center;
}