﻿@charset "utf-8";
/*css document*/

html{
background-color:transparent;
background-image:none;
}

p,ul,ol,li,a{
padding:0;
margin:0;
list-style:none;
}


#main{
width:770px;
height:4470px;
margin:0 auto;
margin-top:0px;
margin-bottom:0px;
padding-top:0px;
padding-bottom:0px;
}

#wrapper{
margin-top:0px;
padding-bottom:none;
width:500px;
height:4080px;
padding:0px 100px;
float:left;
border:none;
}

#title_border{
margin-top:24px;
width:230px;
height:4px;
background:#fff;
float:right;
}

#side_left{
width:35px;
height:4080px;
float:left;
background:#fff;
background-image:url("rebiki_17_s_left.png");
background-repeat:repeat-y;
}

#side_right{
transform: rotate(180deg);
width:35px;
height:4080px;
float:left;
background:#fff;
background-image:url("rebiki_17_s_left.png");
background-repeat:repeat-y;
}