﻿@charset"utf-8";

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

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

body{
background:#fff;
//background-size:cover;
//background-attachment:fixed;
//background-repeat:no-repeat;                   
//background-position: center center;
}
#wrapper{
width:960px;
margin-top:0px;
}

.side{
width:90px;
height:2160px;
float:left;
background-image:url("temote1_4_s.png");
}

#main{
margin-top:180px;
padding-left:90px;
padding-right:90px;
width:600px;
height:2160px;
float:left;
}