@font-face
{
font-family: 'hvbold';
src: url('font/hvbold.ttf'),
     url('font/hvbold.otf'),
     url('font/hvbold.eot');	 
}

html
{
	margin:0px;
	padding:0px;
	width:100%;
    height:100%;
}

body
{
	 margin:0px;
	 padding:0px;
	 width:100%;
	 height:100%;
	 font-family:hvbold;
	 min-width:1100px;
}

.all
{
width:100%;
height:100%;
background-size:cover;
background-image:url("../images/thebacko.png");
background-repeat:no-repeat;
position:relative;
top:0px;
left:0px;
}

.logo
{
background-image:url("../images/logo.png");
background-repeat:no-repeat;
width: 294px;
height:198px;
position:absolute;
top:20%;
right:13%;
}

.text
{
    color: #c3996b;
    font-size: 20px;
    position: absolute;
    right: 16%;
    top: 66%;
}

