/* CSS Document */

html,body
{
  margin:0;
  padding:0;
  height:94%;
  border:none
}
body
{
  background-image: url("../images/foo.gif");
  background-repeat: no-repeat;
  background-position: top right;
}
table 
{
  vertical-align:middle;
  position:relative;
}
#fullheight{height:100%}
.style1
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
}
.style2 
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9px;
  color:#666666;
}




#footer {
	min-width:770px;
	width: 100%;
	position: fixed;
	z-index: 5;
	bottom: 0px;
}





div#logo
{
  position: absolute;
  top: 0px;
  left: 0px;
  background: #FFFFFF;
  height: 102px;
  width: 250px;
  background-image: url("../images/smslogo.gif");
}
.sms_service_provider
{
	border: dotted 1px #E1E1E1;
	text-align:center;
}
.dedicated_website_hosting
{
	border: dotted 1px #E1E1E1;
	text-align:center;
}
.ad
{
	border: dotted 1px #E1E1E1;
	text-align:center;
}

#smsindia{
	position: absolute;
	width: 150px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:justify;
	border: 1px solid black;
	padding: 1px;
	background-color: #E4E4E4;
	visibility: hidden;
	z-index: 100;
}

a:link  {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #ff0000;
	text-decoration: none;
}