html,body 
{
    margin:0;
    padding:0
}
body
{
    font-family: Arial,sans-serif;
    font-size: 11px;
    color: #999999;
    background-image: url('../images/huvud.gif');
    background-repeat: no-repeat;
    background-color: #000000;
}
a {
   color: #ffffff;
   text-decoration : none;
}
a:hover 
{
	text-decoration: underline;
}
#intro_text {
	width: 503px;
	position: absolute;
	top: 203px;
	left: 95px;
}
#container 
{
 width: 800px;
 position: absolute;
 top: 294px;
 left: 95px;  
}

.cBox 
{
    float: left;
    width: 375px;
}

.cBox_image 
{
    float: left;
    height: 195px;
    width: 150px;
}

.cBox_text
{
    float: left;
    width: 205px;
}
