html { 
  background: url(image/background_html.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body {
	width:1010px;
	margin:0 auto;
	padding:0;
	color: #253D73;
	font-size: 14px;
}

/* sidebars of body */
img.sidebar_left {
    width: 30px;
    height: 1822px;
    float: left;
    display: inline-block;
}
img.sidebar_right {
    width: 30px;
    height: 1822px;
    float: right;
    display: inline-block;
}

/**** page 2 sidebar ***********************************************/

img.sidebar_left_page2 {
    padding-top: 6px;
    width: 20px;
    height: 1700px;
    float: left;
    display: inline-block;
    margin-right: 5px;
}
img.sidebar_right_page2 {
    padding-top: 6px;
    width: 20px;
    height: 1700px;
    float: right;
    display: inline-block;
}









