html,body{
	height:100%;
	margin:0;
	padding:0;
	font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: black;
	line-height: 140%;
}
img {
    border-width: 0px;
    margin: 0px;
    padding: 0px;
}
body{
	background:#ffffff;
	text-align:center;
	min-width:746px;
	min-height:560px;
}
#vertical{
	float:left;
	height:50%;
	margin-top:-280px;/* half vertical height*/
	width:100%;
}
#hoz {
	width:746px;
	margin-left:auto;
	margin-right:auto;
	height:560px;
	background-image: url('img/background.jpg');
	background-repeat: no-repeat;
	overflow:auto;/* allow content to scroll inside element */
	text-align:left;
	clear:both;
}

#inside {
    width: 746px;
    height: 560px;
    position: relative;    
}
#contactbtn {
    width: 140px;
    height: 32px;
    position: absolute;
    left: 142px;
    top: 57px;

}

#homebtn {
    width:356px;
    height: 70px;
    position: absolute;
    left: 368px;
    top: 12px;
}

#printbtn {
    width: 112px;
    height: 44px;
    position: absolute;
    left: 103px;
    top: 502px;

}

#illustrationbtn {
    width: 144px;
    height: 36px;
    position: absolute;
    left: 249px;
    top: 502px;

    
}

#webdigitalbtn {
    width: 176px;
    height: 32px;
    position: absolute;
    left: 431px;
    top: 503px;
}

#chooseathing {
    width: 145px;
    height: 165px;
    position: absolute;
    left: 144px;
    top: 313px;
}

#blurb {
    width: 210px;

    position: absolute;
    left: 387px;
    top:198px;
    text-align: right;
}

#thumbnails {
    width: 400px;
    height: 240px;
    position: absolute;
    left: 178px;
    top: 178px;

    padding: 0px;
    margin: 0px;
}

#thumbtable {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

.nopadding {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

#printshadow {
    position: absolute;
    left: 150px;
    top: 150px;
    width: 465px;
    height: 310px;
    background-image: url('img/printshadow.jpg');
    background-repeat: no-repeat;
}

#illusshadow {
    position: absolute;
    left: 150px;
    top: 150px;
    width: 425px;
    height: 165px;
    background-image: url('img/illusshadow.jpg');
    background-repeat: no-repeat;
}

#webdigitalshadow {
    position: absolute;
    left: 150px;
    top: 150px;
    width: 470px;
    height: 310px;
    background-image: url('img/webdigitalshadow.jpg');
    background-repeat: no-repeat;
}