
body {
	background: #fff url('../images/layout/portfolio_bg.jpg') repeat left top;
	font: 1em Verdana, sans-serif;
	}


	
* {
	color: #aaa;
	}

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

a:hover {
	color: #c0c0c0;
	}

#wrapper {
	position: relative;
	top: 0;
	margin: 0 auto;
	width: 1000px;
        height: 800px;
	display: block;
	}
	
#logo {
	position: absolute;
	top: 270px;
	left: 500px;
	display: inline-block;
	}
	
#design {
	position: absolute;
	top: 50px;
	left: 200px;
	display: inline-block;
	}

#notion {
	position: absolute;
	top: 140px;
	right: 100px;
	display: inline-block;
	}

#bookish {
	position: absolute;
	top: 260px;
	left: 100px;
        width: 252px;
        height: 135px;
        background: #fff url(images/network_bookish.jpg) no-repeat top left;
	display: inline-block;
	}

#social {
	position: absolute;
	top: 500px;
	left: 270px;
        width: 210px;
        height: 110px;
        background: #fff url(images/network_social.jpg) no-repeat top left;
	display: inline-block;
	}

#gr {
	position: absolute;
	top: 450px;
	right: 70px;
	display: inline-block;
	}
	
img {
	border: none;
	}

.iconsb {
        position: absolute;
        bottom: 0px;
        right: 70px;
        }

.iconss {
        position: absolute;
        bottom: 10px;
        right: 80px;
        }
        
p {
	position: absolute;
	bottom: 0;
	text-align: center;
	font-size: .7em;
	width: 100%;
	}
