* {
    margin: 0;
    padding: 0;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
    background: #d5c296;
}

	p {
		margin: 0 0 10px 0;
		font-family: "Verdana";
		font-size: 10px;
		color: #000;
	}

/* Links */

a:link,
a:visited {
	font-family: "Verdana";
	font-size: 10px;
	color: #000;
	text-decoration: underline;
}

a:hover,
a:active {
	font-family: "Verdana";
	font-size: 10px;
	color: #000;
	text-decoration: underline;
}

#center {
	width: 300px;
	margin: 100px auto;
}

#noJava {
	width: 300px;
	margin: 100px auto;
}
	

/* hide from ie on mac \*/
html {
	height: 100%;
	overflow: hidden;
}
#flashcontent {
	height: 100%;
}
/* end hide */