                    #mega_main_menu > .menu_holder > .menu_inner > ul > li > .item_link > .link_content > .link_text {
    height: 85px;
    font-size: 1.5em;
    font-weight: 700;
}                

body {
	background-position: left top;
	background-repeat: no-repeat;
	background-color: ;
	background-attachment: scroll;
	background-image: url("");
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}