

/* base styles */

body {
margin:0;
padding:10px 0 0 0;
background:#0e98e8 url("../img/bg_body.gif") repeat top center;
}

body,
body td {
font-family:Comic Sans MS,sans-serif;
font-size:15px;
line-height:1.5em;
color:#000;
}

body.ru,
body.ru td {
font-size:14px;
line-height:1.4em;
}

a {
color:#a71c07;
text-decoration:none;
}

a:hover {
color:#e15524;
}

a img {
border:none;
}

a:active,
a:focus  {
outline:none;
}

p {
margin:0 0 1em 0;
padding:0;
}

.clearer {
overflow:hidden;
clear:both;
margin:0 0 -1px 0;
height:1px;
}


/* container */

#container {
position:relative;
margin:auto;
width:744px;
height:604px;
}


/* frame part */

#frame {
border:2px solid #000;
padding:50px;
width:640px;
height:450px;
background:#6abcf0 url('../img/bg_intro.jpg') no-repeat top left; text-align:left;
}


/* design elements */

#story {
float:left; 
padding:30px 10px 0 35px;
width:260px;
}

#forGrownups {
position:absolute;
top:437px;
left:110px;
width:250px;
text-align:center;
font-size:20px;
}

#forChildren p {
position:absolute;
top:437px;
left:360px;
width:250px;
text-align:center;
font-size:22px;
}

#forGrownups a,
#forChildren a {
position:relative;
}

#languages {
width:744px;
height:50px;
background:url('../img/bg_lang_select.gif') no-repeat top center;
text-align:center;
font-size:20px;
}

#languages p {
padding-top:12px;
}