﻿body
{
    background-image:url(images/back7.jpg);
    background-position: top left;
    background-repeat:repeat; 
    font-family:Arial;
    font-size:10pt;
    text-align:center;
    color:#000;   
}
    
.noslack
{
    margin:0px;
    padding:0px;
    border:none 1px white;
     
}
.across
{
    width:100%;  
}

.left
{
    border:solid 1px blue;
    width:220px;
    height: 300px;
    float:left;
    margin: 5px;
    padding: 10px;
    display:inline;

}

.skyscrapper
{
    width:180px;
    height:100%;
    min-height:100%;
    float:left;
    padding:10px;

}
img
{
    border-style:none;
}
a
{
	text-decoration:none;
    font-weight:bold; 
    color:#396c83; 
}
