html
{
	width: 100%;
}

body
{
	background-color: #ffffff;
	background-image: url("bg.gif");
	background-repeat: repeat-x;
	margin: 0px 0px 0px 0px;
	font-family: Verdana;
	font-size: 10px;
	color: #606060;
	width: 100%;
	text-align: center;
}

a
{
	color: #D2334D;
	text-decoration: none;
}

a:hover
{
	color: #000000;
}

a:focus 
{ 
  -moz-outline: 0px;
}

h1
{
	font-size: 16px;
	color: #363636;
}

h2
{
	font-size: 14px;
}

#contentContainer
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
	width: 600px;
	height: 420px;
	text-align: justify;
	background-color: #ffffff;
	border-style: dotted;
	border-width: 1px;
	border-color: #555;
}
