/*
Shripriya.com  homepage
Author: Mahjabeen Umar
Author URI: http://blogdesign.mahjabeenumar.com

*/
/* Reset default browser CSS */
html, body, div, span, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}
body {	line-height: 1;}
a { border: none; }
/* structure */
body {
display: inline;
  background: #202020 url(images/bg.gif) repeat;
  font: 12px Arial, Helvetica, Helvetica Neue, Verdana, sans-serif;
  min-width: 960px;
  text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
#container {
	position:relative;
  width: 1024px;
	height:720px;
  background:url(images/headerBG.gif) top no-repeat;
  margin:0 auto;
  text-align: left; /* this overrides the text-align: center on the body element. */
	font-size: 26px;
	font-weight:bold;
	font-smooth:always;
	letter-spacing: -1px;
}
#aagac, #tumblr, #twitter, #tatvam {
	display: block; 
	position:absolute;
	clear:none;
}
#aagac { top:363px; left:0px;	line-height:72px;	}
#tumblr { top:505px; left:534px;	}
#twitter { top:600px; left:56px; line-height:55px;	}
#tatvam { top:670px; left:410px;	}

#footer { 
	display: block; 
	position:absolute;
	top:900px;
	right:30px;
	clear: both; 
	font-size:9px; 
	font-weight:normal; 
	letter-spacing:normal; 
	height:30px; 
	background:url(images/M.gif) no-repeat bottom right;
	}
	
#footer:hover {background:url(images/studioM.gif) no-repeat bottom right;}
/*#footer a img {border:none; outline:none;}
 hyperlinks */
a:link, a:visited { color: #bfbfbf; text-decoration:none; }a:hover { color:#666666; text-decoration:none; }
#aagac span{ color:#d20023;}
#twitter span{ color:#99b7c6;}
#tatvam span { color:#ff5700;}
#tumblr span {color:#ff9900;}
/* fonts */
.title { 
	font-size: 77px;
	clear:right;
	font-weight: bold;
	text-shadow: 0 2px 0 #090909;
	letter-spacing:-4px;}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}	

