body, html {
	width:100%;
	min-height: 100%;
	margin:0;
	padding:0;
	border:0;
	outline:0;}

a:link {
color: #252525;
text-decoration:none;
}
a:visited {
color: #252525;
text-decoration:none;
}
a:hover {
color: #022038;
text-decoration:none;
}
a:active {
color: #252525;
text-decoration:none;
}

.mainbox {
	height: 720px;
	width: 720px;
	position: absolute;
	top: 10%;
	left:0;
	right:0;
	margin-left:auto;
	margin-right:auto;
	overflow: hidden;
}

.box1 {
	height: 240px;
	width: 240px;
	padding: 24px 24px 24px 24px;
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
}
.box2 {
	height: 240px;
	width: 240px;
	padding: 24px 24px 24px 24px;
	position: absolute;
	top: 0px;
	left: 240px;
	overflow: hidden;
}
.box3 {
	height: 240px;
	width: 240px;
	padding: 24px 24px 24px 24px;
	position: absolute;
	top: 240px;
	left: 0px;
	overflow: hidden;
}
.box4 {
	height: 240px;
	width: 240px;
	padding: 24px 24px 24px 24px;
	position: absolute;
	top: 240px;
	left: 240px;
	overflow: hidden;
}
.box5 {
	height: 240px;
	width: 240px;
	padding: 24px 24px 24px 24px;
	position: absolute;
	top: 240px;
	left: 480px;
	overflow: hidden;
}
.box6 {
	height: 240px;
	width: 240px;
	padding: 24px 24px 24px 24px;
	position: absolute;
	top: 480px;
	left: 0px;
	overflow: hidden;
}
.box7 {
	height: 240px;
	width: 240px;
	padding: 24px 24px 24px 24px;
	position: absolute;
	top: 480px;
	left: 240px;
	overflow: hidden;
}
.box8 {
	height: 240px;
	width: 240px;
	padding: 24px 24px 24px 24px;
	position: absolute;
	top: 480px;
	left: 480px;
	overflow: hidden;
}
.logobox{
	height: 240px;
	width: 240px;
	padding: 24px 24px 24px 24px;
	position: absolute;
	top: 0px;
	left: 480px;
	overflow: hidden;
}


.logo {
	position:relative;
	top: 12px;
	margin-left: auto;
	margin-right: auto;
	z-index:3;
	background-color: transparent;
	background-image: url(dbtlogo.png);
	background-size: 52px 70px;
	background-repeat: no-repeat;
	height: 70px;
	width: 55px;
}

.menu {
	font-family: "NeouThin";
	font-style: italic;
	letter-spacing: 0px;
	position: relative;
	top: 300px;
	left: 5%;
	height: 300px;
	width: 200px;
	font-size: 12px;
}

.twitter {
	height: 16px;
	width: 16px;
	background: url("twitter.png");
	position:absolute;
	left: 160px;
	top: 0px;
}

.twitter:hover {
	background: url("twitterh.png");
}

.instagram {
	height: 16px;
	width: 16px;
	background: url("instagram.png");
	position:absolute;
	left: 180px;
	top: 0px;
}

.instagram:hover {
	background: url("instagramh.png");
}

.facebook {
	height: 16px;
	width: 16px;
	background: url("facebook.png");
	position:absolute;
	left: 200px;
	top: 0px;
}

.facebook:hover {
	background: url("facebookh.png");
}

.tumblr {
	height: 16px;
	width: 16px;
	background: url("tumblr.png");
	position:absolute;
	left: 220px;
	top: 0px;
}

.tumblr:hover {
	background: url("tumblrh.png");
}

.pinterest {
	height: 16px;
	width: 16px;
	background: url("pinterest.png");
	position:absolute;
	left: 240px;
	top: 0px;
}

.pinterest:hover {
	background: url("pinteresth.png");
}


.home {
	height: 16px;
	width: 16px;
	background: url("home.png");
	position:absolute;
	left: 0px;
	top: 0px;
}

.home:hover {
	background: url("homeh.png");
}

.lookbook {
	height: 16px;
	width: 16px;
	background: url("lookbook.png");
	position:absolute;
	left: 20px;
	top: 0px;
}

.lookbook:hover {
	background: url("lookbookh.png");
}

.store {
	height: 16px;
	width: 16px;
	background: url("store.png");
	position:absolute;
	left: 40px;
	top: 0px;
}

.store:hover {
	background: url("storeh.png");
}

.blog {
	height: 16px;
	width: 16px;
	background: url("blog.png");
	position:absolute;
	left: 60px;
	top: 0px;
}

.blog:hover {
	background: url("blogh.png");
}

.help {
	height: 16px;
	width: 16px;
	background: url("help.png");
	position:absolute;
	left: 80px;
	top: 0px;
}

.help:hover {
	background: url("helph.png");
}

.about {
	height: 16px;
	width: 16px;
	background: url("about.png");
	position:absolute;
	left: 100px;
	top: 0px;
}

.about:hover {
	background: url("abouth.png");
}

.contact {
	height: 16px;
	width: 16px;
	background: url("contact.png");
	position:absolute;
	left: 120px;
	top: 0px;
}

.contact:hover {
	background: url("contacth.png");
}

.links {
	position: fixed;
	height: 20px;
	width: 300px;
	top: 805px;
	right: 40.8%;
}