@charset "utf-8";
/* CSS Document */
.contentback
{
background-image:url(stopwatch.png);
background-repeat:no-repeat;
background-position:top;
width:792px;
position:relative;
left:10px;
top:-2px;

}
.history
{
position:relative;
left:20px;
}
.note
{
position:absolute;
font-family: century gothic, catriel, arial, helvetica, sans-serif;
font-size:13px;
left:15px;
width:250px;
}
.historytext
{
position:relative;
width:480px;
left:285px;
top:-300px;
font-family: century gothic, catriel, arial, helvetica, sans-serif;
font-size:15px;
}
.history hr
{
position:relative;
left:-20px;
}