* { margin:0; padding: 0 }

html {
	height: 100% 
}
body {
	min-height: 101%;
	font-size: 100.01%;
	background: #f19e50 url('body-bg.jpg') repeat top;
	text-align: left;
	font-family: "Trebuchet MS";
	color: #6d0f2e;
	font-size: 10pt;
}
ul, li {
/*	list-style: none;*/
}

a, a:visited {
	color: #490012;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

fieldset, img { border: 0 solid}
dt { font-weight: bold; }
dd { margin: 0 0 1em 2em; }
blockquote, cite { margin: 0 0 1em 1.5em; font-size: 0.93em; width: auto;}

p {
	text-align: justify;
	margin-bottom: 1ex;
}

p.nomargin {
	margin-bottom: 0;
}

.clear {
	clear: both;
}
#page-outer {
	min-height: 101%;
	font-size: 100.01%;
	background: transparent url('page-bg.jpg') repeat-x top;
}

#page {
	display: block;
	margin: 0 auto;
	width: 974px;
	height: 1013px;
	background: #f19e50 url('page.jpg') no-repeat center;
	position: relative;
}
#footer {
	display: block;
	margin: 0 auto;
	width: 974px;
	height: 60px;
	background: #f19e50 url('footer-bg.jpg') no-repeat center;
}

#msg {
	font-size: 20px;
	line-height: 25px;
	text-transform: uppercase;
	width: 600px;
	height: 25px;
	position: absolute;
	text-align: center;
	top: 376px;
	right: 30px;
	color: #fff;
}

#text1 {
	width: 350px;
	font-size: 24px;
	font-weight: bold;
	position: absolute;
	top: 540px;
	left: 310px;
	color: #490012;
	text-align: center;
}

#text2 {
	width: 350px;
	font-size: 24px;
	font-weight: normal;
	position: absolute;
	top: 700px;
	left: 310px;
	color: #490012;
	text-align: center;
}

#text3 {
	width: 350px;
	font-size: 24px;
	font-weight: normal;
	position: absolute;
	top: 880px;
	left: 310px;
	color: #490012;
	text-align: center;
}

#flags {
	width: 150px;
	position: absolute;
	top: 437px;
	right: 44px;
}
#flags a {
	margin-left: 20px;
}
