html, body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	background: #FFFFFF;
	font: 14px Arial, arial;
	color: #000000;
	}
#container {
	margin: auto;
	background: #FFFFFF url(http://www.securitysoftwareweb.com/images/10575.gif) repeat;
	padding: 0;
	text-align: center;
	width: 800px;
	}
#header {
	margin: auto;
	background: #FFFFFF url(http://www.securitysoftwareweb.com/images/10574.jpg) no-repeat;
	text-align: center;
	height: #43px;
	}
#menu {
	margin: auto;
	padding-top: 25px;
	width: 750px;
	text-align: left;
}
#menu a {
	color: #870404;
	padding-right: 11px;
	padding-left: 11px;
	text-decoration: none;
	font: bold 14px  Arial, arial;
}
#menu a:hover  {
	position: relative;
	color: #000000;
	padding-right: 9px;
	padding-left: 9px;
	border-bottom: 20px solid #ECEAEA;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	font: bold 14px  Arial, arial;
}
#content {
	margin: auto;
	background: #FFFFFF;
	padding: 6px;
	text-align: left;
	min-height: 450px;
	width: 720px;
	font: 14px Arial, arial;
	color: #000000;
}
#content a {
	color: #870404;
	text-decoration: none;
	font: bold 14px  Arial, arial;
}
#content a:hover  {
	color: #000000;
	font: bold 14px  Arial, arial;
	text-decoration: underline;
}
#footer {
	margin: auto;
	padding: 0;
	background: #FFFFFF;
	text-align: center;
                color: #000000;
}
textarea {
	color: #000000;
	text-decoration: none;
	background: #FFFFFF;
	border: 1px solid #ADAEAF;
	font: bold 14px  Arial, arial;
}
input, select, button {
	color: #000;
	text-decoration: none;
	background: #EFEFEF;
	border: 1px solid #ADAEAF;
	font: bold 14px  Arial, arial;
}
input:hover {
	background: #FEFCFD;
	border: 1px solid #000;
}