/* gcw.com.tr, mr.orpheus, kasim 2014*/

body {
	margin:0px 0px 0px 0px ;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background:url(../images/bg.jpg) top center no-repeat;
	margin-left:auto;
	margin-right:auto;
	text-align:center;

}

.logo_index{
	position: absolute;
	margin-top:5%;
	left:0;
	top:0;
	width:100%;
	height:auto;
	
}

a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #777;
}
a:active {
	text-decoration: none;
	color: #555;
}

a:focus {
	outline:none
}