/* CSS Document */
@import url("reset.css");

body				{ background: #000000} /*url(../img/bg-rep.jpg) repeat top left}*/ 

#logo
{
	min-width: 400px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:0px;
	padding-top: 10px;
	text-align: center;	
}

#logo img
{
	width: 600;
	height: 375;
}

#empresslogo
{
	min-width: 400px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:0px;
	padding-top: 30px;
	text-align: center;	
}

#empresslogo img
{
	width: 600;
	height: 188;
}

#content
{
	min-width: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:30px;
	text-align: center;	
}

.yellow				{ color: #9900ff}
.black				{ color: #000000}
.textArea h3		{ font: normal 30px Verdana, Arial, Helvetica, sans-serif; color: #9900ff; padding-top: 10px; padding-bottom: 10px}
.textArea p			{ font: normal 16px Verdana, Arial, Helvetica, sans-serif; margin: 0; padding-bottom: 14px; color: #ffffff}
.textArea h2 a:link, a:visited, a:hover, a:active
							{ font-weight: bold; text-decoration: none; color: #ffffff }
.textArea h2 a:hover		{ text-decoration: underline}
.textArea h2 a img			{ border: none }
.textArea p a:link, a:visited, a:hover, a:active
							{ font-weight: normal; text-decoration: none; color: #ffffff }
.textArea p a:hover			{ text-decoration: underline}
.textArea p a img			{ border: none }