/* Beta Blue */

html{
	margin: 0;
	padding: 0;
}

body {
font-family: arial, helvetica, sans-serif;
background-color: #707070;
text-align: center;
}



#container 
{
position : relative;
margin: 0 auto;
width: 850px;
height: 700px;
padding: 1px;
text-align: left;
background-color: #ffffff;
border: 2px solid #ffffff;

}

#sumedh
{
	position: absolute;
	top: 30px;
	left: 40px;
}

#simple
{
	position: absolute;
	top: 30px;
	left: 715px;
}

#grey
{
	position: absolute;
	top: 85px;
	left: 1px;
}

#text
{
	position : absolute;
	font-family:Arial;
	font-size:0.8em;
	font-weight: bold;
	color: #ffffff;
	top: 88px;	
	left: 60px;
}

#content
{
	position: absolute;
	left: 60px;
	top: 200px;
	width: 675px;
	background-color: #ffffff;
	font-family:Arial;
	font-size:0.8em;
	font-weight: bold;
	color: #5D5D5D;
	text-align: left;
	float: left;
}

#content a:link {text-decoration: underline; color: #DF7000;}
#content a:visited {text-decoration: underline; color: #DF7000;}
#content a:hover {text-decoration: underline; color: #70A100; }


#sign
{
	
	font-family: Arial;
	font-size: 9pt;
	color: #5D5D5D;
	text-align: left;
}



/* All Hyperlinks */
a:link {text-decoration: none; color: #ffffff;}
a:visited {text-decoration: none; color: #ffffff;}
a:hover {text-decoration: underline; color: #DF7000;}

