html { 
	background: url('../images/bg.jpg') repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

body 
{
	text-align:center;
	
}

div#wrap
{	
	margin: 0px auto;
    width:500px;
}

div#logo
{
	margin-top: 35px;
	background-image:url('../images/logo.png');
	width:500px;
	height:279px;
}

div#tekst
{
	margin-top: 40px;
	margin-left: auto;
	margin-right:auto;
	font-family:Arial;
	line-height:0.5;
	color: #747878;
	font-size:18px;
}

.btxt
{
	font-size:25px;
	font-weight:bold;
}

div#btnUlaz
{
	margin-top: 40px;
	margin-left: auto;
	margin-right:auto;
	width:131px;
	height:46px;	
}

p.btnUlazImg
{
	background-image:url('../images/btnUlaz.png');
	width:131px;
	height:46px;
}


p.btnUlazImg:hover
{
	background-image:url('../images/btnUlazHover.png');
}

A:link {text-decoration: none; color: #747878;	}
A:visited {text-decoration: none; color: #747878;	}
A:active {text-decoration: none; color: #747878;	}
A:hover {text-decoration: underline; color: #000000;}