/*
Stylesheet voor wedig.nl
By: BerryPlasman.nl/portfolio
*/

html {
}

body {
	background: #000;
	margin: 0;
	padding: 0;
	font-family: Verdana;
	font-size: 11px;
	color: #000;
}

.site {
	width: 1000px;
	margin: 30px 0;
}

a:link, a:visited {
	color: #fff;
}

.socials {
	width: 406px;
	height: 462px;
	margin: 100px 0 0px 80px;
	display: none;
}

.socials ul {
	list-style: none;
	margin: 0 auto;
	padding: 0;
}

.socials ul li {
	float: left;
	padding: 0;
	margin: 0 0 0 10px;
}

.socials ul li.ic2 a img {
	width: 47px;
	height: 47px;
	margin-top: -3px;
}

.socials ul li.ic3 a img, 
.socials ul li.ic4 a img, 
.socials ul li.ic5 a img, 
.socials ul li.ic6 a img, 
.socials ul li.ic7 a img,
.socials ul li.ic8 a img {
	width: 40px;
	height: 40px;
}

.socials ul li a img {
	border: 0px;
}

.clear {
	clear: both;
}

img.bg {
	// display: none;
	/* Set rules to fill background */
	min-width: 1024px;
	min-height: 880px;
	/* Set up proportionate scaling */
	width: 100%;
	// height: auto;
	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
}

a img { border: 0; }


