body {
	margin-left: 0px;
	margin-top: 100px;
	margin-right: 0px;
	margin-bottom: 0px;
	overflow:auto;
}

#myDetection{
position: absolute;
left: 50%;
top: 300px;
margin: -19px 0px 0px -200px;
border: 1px dotted #333333;
background: #FFFFFF;
}
.detectImg{
float: left;
margin: 3 4 3 3;
}
.detectText{
font-family:           Arial, Helvetica, Tahoma, Sans Serif;
font-size:             10px;
color:                 #666666;

}
.detectText a{
font-family:           Arial, Helvetica, Tahoma, Sans Serif;
font-size:             11px;
font-weight:           bold;
color:                 #666666;

text-decoration:       none;
}
.detectText a:hover{
color:                 #6f907b;
}

