* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

html {
	height: 100%;
}

body {
	margin: 0px;
	background-image: url(img/background.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	height: 100%;
}

div#header {
	background-image:url(img/header.jpg);
	background-repeat:no-repeat;
	background-position:top;
	height: 49px;
	width: 720px;
}

div#content {
	padding: 10px;
}

div#flash {
	position: absolute;
	background-color: #7cdaba;
	width: 420px;
	height: 236px;
	margin-top: 10px;
	border: 1px solid #999999;
}

div#textIntro, div#textFull {
	position: absolute;
	margin-left: 440px;
	font-size: 12px;
	margin-top: 10px;
	width: 260px;
}

div#textFull {
	overflow: auto;
	height: 236px;
}

div#footer{
	position: absolute;
	font-size: 10px;
	bottom: 14px;
	color: #666666;
}

div#footer a{
	color: #666666;
	font-weight: bold;
}

h1 {
	font-size: 18px;
	color: #ff9c00;
	margin: 0px;
	font-weight: bold;
}

h2 {
	font-size: 16px;
	color: #ff9c00;
	margin: 0px;
	font-weight: bold;
}

a {
	color: #ff9c00;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	margin: 0px;
	margin-bottom: 10px;
	
}