
div#Content
{
    position: relative;
    top: 0;
    left: 15px;
    float: left;
    width: 528px;
}

div.StartTop
{
	width: 527px;
	height: 237px;
	position: relative;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-image: url("../images/start/top.png");
}

div.StartTop a, div.StartTop a:visited, div.StartTop a:hover, div.StartTop a:active
{
	position: relative;
	top: 40px;
	left: 200px;
	color: #004DA9;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
}

div.StartMiddle
{
	width: 528px;
	height: 146px;
	position: relative;
	top: 0;
	left: 0;
	text-align: center;
	background-repeat: no-repeat;
	background-image: url("../images/start/middle.png");
}

div.StartMiddle h2
{
	color: #004DA9;
	font-size: 14px;
}

div.StartBottomL
{
	width: 256px;
	height: 129px;
	float: left;
	background-repeat: no-repeat;
	background-image: url("../images/start/bottom-l.png");	
}


div.StartBottomL p
{
	position: relative;
	left: 75px;
	top: 10px;
	width: 170px;
	
}

div.StartBottomR
{
	width: 263px;
	height: 129px;
	float: right;
	background-repeat: no-repeat;
	background-image: url("../images/start/bottom-r.png");	
}

div.StartBottomR p
{
	position: relative;
	left: 10px;
	top: 57px;
	
}
