@charset "utf-8";
/* CSS Document */
body{
background-color:#c6d7e7;
background-image:url(../img/niebo.jpg);
background-position:center;
background-repeat:no-repeat;
background-attachment:fixed;
font-family:Arial, Helvetica, sans-serif;
overflow:hidden;
}
a{
color:#000000;

}
a:hover{
color:#FFFFFF;
text-decoration:none;
}
.no_underline{
text-decoration:none;
}
.container{
margin:auto;
width:1000px;
height:600px;
text-align:left;
}
.menu{
background-image:url(../img/0alpha.png);
background-repeat:repeat;
position:absolute;
width:300px;
bottom:0px;
left:0px;
padding:0px 0px 0px 0px;
}
.menu_right{
float:right;
border-right:solid 1px #FFFFFF;
height:40px;
font-size:1px;
}
.menu_top{
border-top:solid 1px #FFFFFF;
height:13px;
width:287px;
float:left;
clear:none;
font-size:1px;
}
.menu_corner{
background-image:url(../img/round.png);
float:right;
clear:right;
height:13px;
width:13px;
font-size:1px;
}
.menu_btn{
float:left;
margin:8px 0px 0px 30px;
padding-bottom:4px;
border-bottom:#FFFFFF solid 1px;
}
.menu_btn_ro{
float:left;
margin:8px 0px 0px 30px;
padding-bottom:4px;
border-bottom:#000000 solid 1px;
}
.full_menu_right{
float:right;
border-right:solid 1px #FFFFFF;
height:287px;
}
.full_menu_top{
border-top:solid 1px #FFFFFF;
height:13px;
width:287px;
float:left;
clear:none;
font-size:1px;
}
#full_menu{
position:absolute;
width:300px;
height:250px;
bottom:30px;
left:0px;
padding:0px 0px 0px 0px;
}
#full_menu_content{
visibility:inherit;
text-align:center;
padding:30px 10px 10px 10px;
}
#titleHolder{
font-size:20px;
color:#000000;
position:absolute;
top:40%;
left:50%;
margin:140px 0px 0px -230px;
}
#truskawka{
position:absolute;
left:50%;
top:40%;
height:250px;
margin:-125px 0px 0px -75px;
}
.logo{
position:absolute; width:300px;
right:30px; top:30px;
}