﻿html, body, form
{
	height: 100%;
}

body, form
{
	padding: 0;
	margin: 0;
	background-color: #c7c8b3;
	background-image: url(../Resources/Images/wall.jpg);
}

#outer
{
	position: relative;
	width: 704px;
	height: 100%;
	min-height: 580px;
}

div.simple
{
	color: #7f6e65;
	font-family: Arial;
	font-size: small;
	font-weight: 900;
	position: absolute;
}

span.simple
{
	color: #7f6e65;
	font-family: Arial;
	font-size: small;
	font-weight: 900;
}

a.simple
{
	color: #7f6e65;
	font-family: Arial;
	font-size: small;
	font-weight: 900;
}
