/* Design & Coding by Shaun Cameron */

/* Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: '';content: none;}
:focus {outline: 0;}
ins {text-decoration: none;}
del {text-decoration: line-through;}
table {border-collapse: collapse;border-spacing: 0;}

/* Global Styling */
html,body {height:100%;width:100%;}
body {min-height:150px;font-family:Arial, Helvetica, sans-serif;}

/* Under Construction */
#xouter{
	height:100%;
	width:100%;
	display:table;
	vertical-align:middle;
}
#xcontainer {
	/* text-align: center; */
	position:relative;
	vertical-align:middle;
	display:table-cell;
	height: 150px;
}	
#xinner {
	width: 512px;
	height: 150px;
	background:#002D61;
	color:#FFF;
	padding:20px;
	/* text-align: center; */
	margin-left:auto;
	margin-right:auto;
	border:1px solid #000;
	line-height:28px;
	border-radius:15px /* unsupported */;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
}
#xinner h1 {font-size:22px;}
#disclaimer {text-align:center;font-size:11px;}