*{
	margin: 0;
	padding: 0;
}

/* html5 tags */
header, nav, footer{
    display:block;
}

body{
	font-family:Arial, Helvetica, sans-serif;
	background:url("images/background.jpg") no-repeat;
}

a{
    outline:none;
}

a img{
	border: 0;
}

/* header */

#logo{
	margin: 50px 0px 0px 100px;
	color: #3e3f40;
	width: 400px;
}

#description{
	margin: 0px 0px 0px 100px;
	color: #3e3f40;
	width: 400px;
}

/* nav */

nav #navul{
	width: 400px;
	height: 50px;
	position: absolute;
	bottom:10%;
	margin-left:80px;
}

#navul li{
    display:inline;
    list-style-type:none;
}

#navul li a{
    display:block;
    float:left;
    width:60px;
    text-align:center;
    margin:0px 10px 0px 10px;
    padding:3px 0px 3px 0px;
}

#navul .icon{
	width:40px;
	height:40px;
}

/* footer */

footer{
    width: 100%;
    background: #666;
    height:42px;
    position: absolute;
    bottom: 0px;
    opacity: 0.3;
}

#w3c{
    padding:6px 0px 0px 100px;
    text-align: right;
    float:right;
}

/* zomato addon */
#zomato{
    display: block;
    width: 500px;
    margin-top: 60px;
    text-align: center;
}

a, a:visited, a:active, a:hover{
    text-decoration: none;
    color: #000;
}

#zomato:hover{
    color: #c7001a;
}

