a:link
{
	text-decoration: none;
	color: #656A4A;
	
}
a:hover
{
	text-decoration: none;
	color: #999999;
}
a:active
{
	text-decoration: none;
	color: #656A4A;
}
a:visited
{
	text-decoration: none;
	color: #656A4A;
}
*:focus 
{
    outline: none;
}
.clear
{
	clear:both;
}

@font-face
{
	font-family:"Gill_Sans";
	src: url('../../fonts/Georgia.eot'); /* IE */
	src: url('../../fonts/Georgia.ttf') format("truetype");
}

@font-face
{
	font-family:"CineplexBold";
	src: url('../../fonts/CineplexBold.eot'); /* IE */
	src: url('../../fonts/CineplexBold.ttf') format('truetype');
}
@font-face
{
	font-family:"Gill_Sans_Light";
	src: url('../../fonts/Gill Sans Light.eot'); /* IE */
	src: url('../../fonts/Gill Sans Light.ttf') format("truetype");
}

@font-face
{
	font-family:"CodingFontToby";
	src: url('../../fonts/cft.eot'); /* IE */
	src: url('../../fonts/cft.ttf') format("truetype");
	
}


body
{
	
	/*background: url(../../images_global/image76.jpg);
	background: url(../../images_global/FantasticMan20.jpg);
	
	background-size: 100%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 20px 20px;
	margin: 0px;
	padding: 0px;
	min-height:100%; 
	height: auto; 
	_height: 100%;
	*/
	
	background-color: #ffffff;
}

.transp
{
	opacity: 0.0;
}
