@charset "utf-8";
html { height:100%;}
body {
	width:100%;
	height:100%;
	font: 100% Arial, Helvetica, sans-serif;
	background: #1a1a1a;
	background-image:url(../img/tajfazon-logo.jpg);
	background-position:right 50%;
	background-repeat:no-repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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 */
	color: #000000;
}

a         {}
a:link    { color:#0396d4; text-decoration:none; }
a:visited { color:#0396d4; text-decoration:none; }
a:hover   { color:#0396d4; text-decoration:underline; }

.textCopy {
	width: 480px;
	color:#97989b;
	position:absolute;
	bottom:60px;
	right:35px;
	text-align:right; /* this overrides the text-align: center on the body element. */
}

.textLink {
	width: 480px;
	color:#97989b;
	position:absolute;
	bottom:68px;
	left:35px;
	text-align:left; /* this overrides the text-align: center on the body element. */
}px