@charset "UTF-8";
/* CSS Document */


#body{
	

}
.content{
	width: 1600px;
	padding-top: 50px;
	margin: auto;
	
	
	
}

#top{
	width:100%;
	height: 205px;
	margin: auto;
	text-align: center;
	
}
.top-left{
	width: 427px;
	height: 200px;
	float: left;
	
}


.linkbar{
	width: 500px;
	height:75px;
	margin-top:120px;
	float:left;
	padding: 5px;
}


.stickman{
	float:left;
	height:800px;
	width:480px;
	
	
}

.vid{
	width:865px;
	height:580px;
	margin-top:50px;
	padding-top:25px;
	padding-left:30px;
	float:left;
	background-image: url("images/vidholder.jpg");
	background-repeat: no-repeat;
	
	
}
.home {
        width: 150px;
        height: 75px;
        position: relative;
        display: inline-block;
    }
    .home .img-top {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 99;
    }
    .home:hover .img-top {
        display: inline;
    }

.port {
        width: 150px;
        height: 75px;
        position: relative;
        display: inline-block;
    }
    .port .img-top {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 99;
    }
    .port:hover .img-top {
        display: inline;
    }

.resume {
        width: 150px;
        height: 75px;
        position: relative;
        display: inline-block;
    }
    .resume .img-top {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 99;
    }
    .resume:hover .img-top {
        display: inline;
    }
#custom-message{
		height:50px;
		width:500px;
		margin-left: 150px;
	
	
	
}




