@charset "utf-8";
/* CSS Document */





a{			
	text-decoration: none;
	font-weight: bold;
	color: #44779D;
}
	
a:hover {			
	text-decoration: underline;
	font-weight: bold;
	color: #FFF;
}
				
#body{
	position:absolute;
	height:100%;
	width:100%;
	background: url("/blog/wp-content/themes/mygrid2/images/bg/bg-square2.png") repeat scroll 0 0 #EEEEEE;
}
	
#container {
	position:absolute;
	height:200px;
	width:99%;
	margin:-100px 0px 0px 0px;
	top: 50%;
	background: url("/blog/wp-content/themes/mygrid2/images/bg/bg-line1.png") repeat scroll 0 0 #333333;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	text-align:center;	
}
#content {
	height:170px;
	font-size:36px;	
	
}

#footer{
	font-size:24px;