/* Beta Blue */

html{
	margin: 0;
	padding: 0;
}

body {
font-family: arial, helvetica, sans-serif;
font-size: small;
background-color: #707070;
text-align: center;
}



#container 
{
position : relative;
margin: 0 auto;
width: 850px;
height: 850px;
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
{
	font-family:Arial;
	font-size:10pt;
	font-weight: bold;
	color: #ffffff;
	text-align: left;
	background:transparent;
	position : absolute;
	top : 88px;
	left : 40px;
}


#rajmachi
{
	position: absolute;
	top: 230px;
	left: 60px;
}


	

#bandra
{
	position: absolute;
	top: 230px;
	left: 290px;
}	



#adway
{
	position: absolute;
	top: 230px;
	left: 520px;
}

#others
{
	position: absolute;
	top: 400px;
	left: 290px;
}


#everyone
{
	position: absolute;
	top: 400px;
	left: 520px;
}


#flick
{
	position: absolute;
	top: 430px;
	left: 63px;

}

#sign
{
	position: absolute;
	left: 60px;
	top: 790px;
	font-family: Arial;
	font-size: 11pt;
	color: #5D5D5D;
	font-weight: bold;
	text-align: left;
}


/* All Hyperlinks */
a:link { text-decoration: none; color: #ffffff;}
a:visited {text-decoration: none; color: #ffffff;}
a:hover {text-decoration: none; color: #DF7000;}

