@media screen, print {


/* основная разметка begin */

html, body {
margin: 0px; padding: 0px; height: 100%; width: 100%;
background: transparent url('card.jpg') no-repeat center top;
background-color: #023978;
font: normal 12px Georgia, serif;
  text-align: center
}


#card {
height: 830px; width: 951px;
text-align: left;
}

#logo {
height: 153px; width: 270px;
  position: relative;
  top: 82px;
  left: 69px;
}

#greeting {
font: normal 16px Georgia, serif;
width: 290px;
position: relative;
top: 124px;
left: 49px;
height: 344px;
padding: 0px 0px 0px 30px;
color: #023978;
line-height: 130%;
/*
  border: 1px solid #000;
*/
}


#footer {
position: relative;
float: left;
top: 180px;
left: 79px;
width: 870px;
padding-top: 7px;
}

a {
  color: #cc3300;
}


}