* {
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
	color: #333333;
	font: 13px/17px Arial, Helvetica, Geneva, sans-serif;
}

p, h1, h2, h3 {
	margin-bottom: 10px;
}

h1 {
	font-size: 14px;
	font-weight: bold;
}

a {
	font-weight: bold;
	text-decoration: none;
	color: #ac0e14;
	font-size: 12px;
}

a:hover {
	color: #ed1c24;
}

#wrapper {
    width: 100%;
}

#flash_wrapper {
    width: 100%;
    height: 100%;
    position: fixed;
    bottom: 0;
}

.wrapper {
	padding: 20px;
	margin: 10px;
	background: url(../img/background.jpg) repeat;
}

.legologo {
	margin-bottom: 20px;
}

#missing {
	height: 100%;
}

.tinyimage {
	padding-right: 10px;
	padding-bottom: 5px;
}