body {
background:#000;
margin:0;
padding:0;
position:relative;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#wrapper {
position: absolute;
width:950px;
height:600px;
left:50%;
margin: 10px 0 0 -475px;
color:#fff;
}

#logo {
	
}

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

#menu {
margin: 10px 0 0 0;
}

li {
color:#969696;
cursor:pointer;
font-size:16px;
white-space:nowrap;
width:100px;
}
li:hover {
color:#fff !important;
}

.sub {
margin: 5px 0;
}

li.l2 {
border-left:1px solid #BE1E2D;
font-size:14px;
margin:0 0 0 41px;
text-indent:7px;
}

#canvaswrap {
height:500px;
left:261px;
position:absolute;
top:100px;
width:500px;
}

#canvas {
width: 500px;
height: 500px;
}
#canvas img {
border: 4px solid #fff;
}

#next {
bottom:0;
cursor:pointer;
position:absolute;
right:191px;
}

#prev {
bottom:0;
cursor:pointer;
left:261px;
position:absolute;
}

#contact {
position: absolute;
bottom:0;
color:#969696;
font-size:16px;
text-decoration: none;
}
#contact:hover {
color:#fff;
}

.wraptocenter {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width:500px;
    height:500px;
}
.wraptocenter * {
    vertical-align: middle;
}
/*\*//*/
.wraptocenter {
    display: block;
}
.wraptocenter span {
    display: inline-block;
    height: 100%;
    width: 1px;
}
/**/








