body
{
	background: #20130D url('/resources/dragonage-ii/assets/layout/background-01-80.jpg') center top no-repeat;
	background-attachment: fixed;
	margin: 0;
	padding: 0;
	color: #AAA;
	font-family: Tahoma, Palatino, serif;
	font-size: 80%;
}
img
{
  border: 0;
}

div#splash
{
	position: relative;
	background: url('/resources/dragonage-ii/assets/layout/agegate-background.png') center top no-repeat;
	margin: auto;
	margin-top: 10px;
	width: 980px;
	height: 718px;
}

div#splash div.agegate
{
	position: absolute;
	width: 100%;
	text-align: center;
	top: 350px;
}

div#splash div.exit
{
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 190px;
}

div#splash h2
{
	color: #FFFFFF;
	font-family: tahoma;
	text-transform: capitalize;
	font-size: 175%;
}
