#centeredbox {
display:     block;
width:       120px;
height:      600px;
position:    absolute;
top:         50%;
left:        90%;
margin:      -100px 0 0 -150px;
background:  #900;
}

