#mydiv {
	/*position:absolute;
	top: 70px;
	left: 50%;  
        width:900px;
        margin-left:-450px; */
        width:1200px;     							
}

body
{
        background-color: black;
        font-family: Courier New; 
	font-size: 11px; 
	color: #cccccc;
}

.yourbox {
        position:absolute;
        background-color: #000000; 
        width: 200px;
        border: 1px solid #222222;
        padding: 10px;
        word-wrap: break-word;        
}

.yourbox:hover { border: 1px solid #333333; } 

#current {
        visibility: hidden;
}

.dummy {
        position: absolute;
        background-color: #000000;
        color: #000000;
        border: 1px solid #222222;
        padding: 0px;
        cursor:default;
        font-size: 0px;
}

#status {
        position:absolute;
        padding: 0px;
        color: #ffcc88;
        background-color: #000000; 
        font-size: 10px;
        width: 40px;
        height: 10px;
        border: 0px;      
        text-align: right;  
        visibility: hidden; 
}