﻿* {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.96em;
    font-weight:500;
    text-rendering: optimizeLegibility;
	line-height: 1.4em;
    box-sizing: border-box;
}

html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}
body {
    background:url("../images/pattern_062_J.gif") 0 0 repeat;
}
#container2 {
	width: 100%;
	max-width: 1024px;
    margin-left: 40px;
}