body
{
	font-family: Arial, sans-serif;
	background-color: #000;
	padding: 0px;
	margin: 0px;
	top: 0px;
	left: 0px;
}

input[type=button]
{
	font-family: Arial, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #ccc;
	background-color: #666;
	border: 0px;
	width: 109px;
	height: 22px;
	cursor: pointer;
}

#bgdiv
{
	text-align: center;
	background-image: url(../images/home.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

#body-content
{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 1024px;
	height: 768px;
}

#dashboard
{
	position: absolute;
	width: 810px;
	height: 120px;
	bottom: 1px;
	left: 100px;
	background-image: url(../images/dashboardHtml.png);
	background-repeat: no-repeat;
}

#content
{
	position: absolute;
	background-image: url(../images/sim.png);
	background-repeat: no-repeat;
	text-align: left;
	width: 725px;
	height: 463px;
	top: 130px;
	left: 150px;
}

.heading
{
	font-family: Arial, sans-serif;
	font-size: 20px;
	color: #ccc;
}

.content
{
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #ccc;
}

.dashboard-pos
{
	position: absolute;
}

.anchor
{
	display: block;
	float: left;
	font-family: Arial, sans-serif;
	font-size: 11px;
	text-align: center;
	text-decoration: none;
	color: #ccc;
	background-color: #666;
	border: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-right: 3px;
	width: 108px;
	cursor: pointer;
}

.secondrow
{
	margin-top: 4px;
}

#buttons
{
	position: absolute;
	width: 450px;
	height: 50px;
	left: 155px;
	top: 35px;
	padding: 4px;
}
