#demowrap {
position: relative;
left: 30px;
margin-right: -50px;
height: 500px;
width: 780px;
background: #fff;
border: 1px solid #800000;
z-index: 250;
clear: both;
}

#table {position: absolute; top: 200px; left: 0px; width: 780px;}
#table-side {background-color: #cd8853; height: 30px;}
#table-top {
    height: 1px;
    font-size: 1px;
    line-height: 1px;
    border-bottom: 200px solid #bc7742;
    border-left: 200px solid #fff;
    }

#keyboard {position: absolute; top: 320px; left: 170px; width: 400px;}
#keyboard-side {height: 20px;	background-color: #ddb;}
#keyboard-top {
    border-bottom: 30px solid #cca; 
    border-left: 30px solid #bc7742; 
    border-right: 30px solid #bc7742;
    height: 1px;
    font-size: 1px;
    line-height: 1px;
    }

#monitor {position: absolute; top: 20px; left: 270px;}
#monitor-furthest {
    width: 60px;
    height: 1px;
    font-size: 1px;
    line-height: 1px;
    border-bottom: 20px solid #aaa;
    border-left: 20px solid #fff;
    border-right: 20px solid #fff;
    margin-left: 50px;
    }
#monitor-middle {
    width: 140px;
    height: 1px;
    font-size: 1px;
    line-height: 1px;
    border-bottom: 30px solid #bbb;
    border-left: 30px solid #fff;
    border-right: 30px solid #fff;
    margin-top: -1px;
    }
#monitor-main {
    width: 120px;
    height: 120px;
    background-color: #000;
    border-top: 40px solid #ccc;
    border-right: 40px solid #aaa;
    border-bottom: 40px solid #999;
    border-left: 40px solid #bbb;
    }
#monitor-stand {
    width: 80px;
    height: 1px;
    font-size: 1px;
    line-height: 1px;
    background: #aaa;
    border-bottom: 30px solid #aaa;
    border-left: 30px solid #bc7742;
    border-right: 30px solid #bc7742;
    margin-left: 30px;
    margin-top: 0px;
    }
		
#computer {position: absolute; top: 20px; left: 600px;}

#computer-top {
    height: 1px;
    font-size: 1px;
    line-height: 1px;
    width: 100px;
    border-bottom: 30px solid #bbb;
    border-left: 25px solid #fff;
    border-right: 25px solid #fff;
    }
#computer-case {
    height: 340px;
    width: 150px;
    background-color: #ccc;
    }
#computer-resetbutton {
    margin: -40px 0 0 80px;
    width: 20px;
    height: 20px;
    background-color: #eee;
    border-top: 10px solid #ccc;
    border-right: 10px solid #aaa;
    border-bottom: 10px solid #999;
    border-left: 10px solid #bbb;
    }
#computer-powerbutton {
    margin: 70px 0 0 30px;
    width: 20px;
    height: 20px;
    background-color: #eee;
    border-top: 10px solid #ccc;
    border-right: 10px solid #aaa;
    border-bottom: 10px solid #999;
    border-left: 10px solid #bbb;
    }
#computer-drive1 {
    margin: -300px 0 0 25px;
    border: 1px solid #999;
    background-color: #bbb;
    height: 20px;
    width: 100px;
    }

#computer-drive2 {
    margin: 10px 0 0 25px;
    border: 1px solid #999;
    background-color: #bbb;
    height: 20px;
    width: 100px;
    }
