 
 /* CSS for studentagency.cz */
 
 * {
   padding:0;
   margin:0
 }
 html, body {
   font-family: Tahoma, Verdana, Arial, lucida, sans-serif;
   background: #DFE6F7;
   color: #000;
   font-size: 13px;
   min-width: 720px;
   line-height: 1.5; 
   width: 100%;
   height: 100%;
 }
 #base {
   position: relative; 
   margin-left: auto; 
   margin-right: auto;
   width: 780px;
 }
 #master-logotype {
   display:block;
 }
 /* and only FF3 */
 html>/**/body #master-logotype, #master-logotype:-moz-any-link, #master-logotype:default {
   margin-top:-1px;
 }
 #content {
   position: relative;
   background: #FFFFFF url('images/background-logo.jpg') no-repeat;
   padding-top: 100px; 
   border: 1px black solid;
   text-align: center;
 }
 #content #logo{
 position: absolute;
 top: 10px;
 margin-left: 10px;
 }
 .comment {
   padding-left: 40px;
   width: 700px;
   text-align: left;
 }
 #content #languages {
   position: absolute;
   right: 0px;
   _right: 1px;
   top: 0px;
   _top: 1px;
 }
 #content #languages img {
   border: 0;
 }
 
 /**/
 
 .footer {
   margin: 5px;
   text-align: left;
   color: rgb(90, 90, 90);
   font-size: 12px;
 }
 .footer a {
   color: #2D4B9B;
   text-decoration: none;
   font-size: 12px;
 }
 .footer a:hover {
   color: #2D4B9B;
   font-size: 12px;
 }
 .partners {
   margin: 5px;
   text-align: left;
   color: gray;
   font-size: 10px;
 }
 .partners a {
   padding-right: 10px;
   color: gray;
   text-decoration: none;
   font-size: 10px;
 }
 .partners a:hover {
   color: gray;
   text-decoration: underline;
   font-size: 10px;
 }
 .recognition {
   text-align: center;
 }
 .recognition img {
   border: 0;
 }