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

html, body{
	margin:0 auto;
	background-image:url(../images/texture_01.jpg);
	background-repeat:repeat;
}

#meta-tags{
	margin:0 auto;
	position:absolute;
	width:600px;
	height:600px;
	color:#001C4B;
	text-align:justify;
	text-decoration:none;
	font-style:normal;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	z-index:-50;
}

a:focus, a:active {

    outline: none;   /* @ Firefox 1.5, remove ugly dotted border */

}