@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: 155px; height:27px;  position:absolute; bottom:109px; right:15px;}
.textLink a { display:block; width:27px; height:27px; float:left; border:none; margin-right:11px; text-decoration:none }
.textLink a:hover { background-position:bottom }

.be { background:url(../img/be.gif) no-repeat}
.fb { background:url(../img/fb.gif) no-repeat}
.tw { background:url(../img/tw.gif) no-repeat}
.fl { background:url(../img/flickr.gif) no-repeat}

