@charset "utf-8";
/* CSS Document */

body
{
background-color: #000033;
}

#contianer
{
background-image: url(images/backgrndshort.gif);
width:780px;
margin-left:auto;
margin-right:auto;
position:relative;
margin-top:50px;
}

#content
{
position:absolute;
top:160px;
left:65px;
width:650px;
}

.review
{
background-color:#ebac05;
width:310px;
padding:10px;
border:1px solid #a10909;	
margin-bottom:10px;
float:left;
}

a
{
color:#0000FF;
text-decoration:underline;
}

a:hover
{
color:#0000FF;
text-decoration:none;
}

a:selected
{
color:#0000FF;
text-decoration:underline;
}

