/* Reset Import */
@import url("reset.css");

/* Global */
body { background: #1e1e1e url('image/back.jpg') no-repeat center top; font-family: Helvetica, Arial, sans-serif; color: white; font-size: 14px; }
#wrapper {text-align: center; margin: 0 auto; width: 914px; }

/* Header */
#logo { background-image: url('image/davidlarsen.png'); margin: 53px 0 0 286px; height: 39px; width: 348px; }
#logo a { height: inherit; width: inherit; display: block; }
.tagline { font-family: georgia, serif; text-align: center; font-size: 11px; margin-top: 2px; }

/* Content */
p { margin-top: 125px; text-align: center; font-weight: bold; }
	p.second { margin-top: 40px; }
#buttons.second { margin-top: 20px; margin-bottom: 35px; }
	#buttons.second { margin-top: 20px; }
.linkedin { background-image: url('image/linkedin.png'); display: inline-block; height: 100px; width: 163px; }
	.linkedin:hover { background-position: 163px 0px; }
	.linkedin a { display: block; height: 28px; width: 140px; margin: 35px 0 0 13px; }
.deviantart { background-image: url('image/deviantart.png'); display: inline-block; height: 100px; width: 162px; margin-left: 15px; }
	.deviantart:hover { background-position: 162px 0px; }
	.deviantart a { display: block; height: 50px; width: 137px; margin: 25px 0 0 15px; }
.soundcloud { background-image: url('image/soundcloud.png'); display: inline-block; height: 100px; width: 180px; }
	.soundcloud:hover { background-position: 180px 0px; }
	.soundcloud a { display: block; height: 50px; width: 140px; margin: 25px 0 0 20px; }
.cv { background-image: url('image/cv.png'); display: inline-block; height: 80px; width: 64px; margin: 10px 20px 0 0; background-position: 64px 0px; }
	.cv:hover { background-position: 0px 0px; }
	.cv a { display: block; height: inherit; width: inherit; }
.portfolio { background-image: url('image/portfolio.png'); display: inline-block; height: 80px; width: 64px; margin: 10px 20px 0 20px; background-position: 64px 0px; }
	.portfolio:hover { background-position: 0px 0px; }
	.portfolio a { display: block; height: inherit; width: inherit; }
.contact { background-image: url('image/contact.png'); display: inline-block; height: 80px; width: 64px; margin: 10px 0 0 20px; background-position: 0px 0px; }
	.contact:hover { background-position: 64px 0px; }
	.contact a { display: block; height: inherit; width: inherit; }
.cado { background-image: url('image/cado.png'); display: inline-block; height: 100px; width: 163px; }
	.cado:hover { background-position: 163px 0px; }
	.cado a { display: block; height: 57px; width: 155px; margin: 13px 0px 0px 4px; }
.MLP { background-image: url('image/MLP.png'); display: inline-block; height: 100px; width: 163px; }
	.MLP:hover { background-position: 163px 0px; }
	.MLP a { display: block; height: 69px; width: 155px; margin: 7px 0px 0px 4px; }
	
.divider { background-image: url('image/divider.png'); height: 2px; width: 663px; margin: 5px auto 0; }
