﻿@import url(normalize.css);

* {
	font:10px Arial, Helvetica, sans-serif;
}

html {
	height:100%;
}

body {
	height:100%;
	background:#FF9933 url(../images/tiledBg.jpg) left top;
	color:#FFF;
}

#content {
	position:relative;
	width:760px;
	margin:0 auto;
}

#flashContainer {
	width:760px;
	height:600px;
	background:#FF9933;
}

#legal, #legalPingPong {
	text-align:center;
}

#imgTRUSTe {
	position:absolute;
	left:50%;
	width:171px;
	margin-left:-85px;
}
