﻿
a:active     { text-decoration: none }
a            { text-decoration: none }


img.floatpotato { 
    float: right; 
    margin-top: 0px; 
    margin-bottom: 10px; 
    margin-right: 3px; 
    margin-left: 10px; 
    width: 25%;
    height: auto;
    max-width: 350px;
    min-width: 120px;
 
 	}


#footer {
top:40px;
position:relative;
}


@media only screen and (max-width: 900px)  {

}

@media only screen and (max-width: 590px)  {

#footer {
top:1500px;
position:relative;
}
img.floatpotato { 
    max-width: 550px;
    float: left;
    margin-top: 0px; 
    margin-bottom: 12px; 
    width: 100%;

 	}
}