﻿body 
{
    background-image: url(images/bg.png);
    background-repeat: repeat;
    font-family: arial, sans-serif;
}
#mainform
{
    border-width: 0;
    margin: 0;
    border-spacing: 0;
    padding: 0;
    table-layout: fixed;
    border-style: none;
    width: 990px;
    background-image: url(images/fill.png);
    background-repeat: repeat-x;
    background-position: bottom left;
}
.rollbut
{
    width: 15%;
    border-width: 0;
    vertical-align: top;
    margin: 0,0,0,0;
    padding: 0,0,0,0;
}
#content-real
{
    background-image: url(images/body.png);
    background-repeat: repeat-x;  
    margin-top: 0;
    padding-top: 0;
}
#inside-content
{
    background-image: url(images/middle.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    height: 558px;
}
#text
{
    height: 300px;
    overflow: auto;
    text-align: justify;
    padding-left: 40px;
    padding-right: 10px;
    margin-top: 20px;
    margin-bottom: 200px;
    
}
#text2
{
    height: 300px;
    overflow: auto;
    text-align: left;
    padding-left: 40px;
    padding-right: 10px;
    margin-top: 20px;
    margin-bottom: 200px;
}
.oimage
{
    width: 100%;
}
#test
{
    background-image: url("images/left.jpg");
    background-position: right bottom;
    background-repeat: no-repeat;
}
html
{
    height: 100%;
}
a img, a
{
    display: block;
    text-decoration: none;
    border: none 0;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}
#text em
{
    text-decoration: none;
    font-style: normal;
}
.imdiv
{
    float: right;   
    padding-left: 10px; 
}

.big-canvas
{
	position: relative;
	float: right;
	background-color: white;
	border: 1px solid #ccc;
	border-bottom-width: 2px;
	padding: 3px;
	margin: 2px;
}
.big-canvas1
{
	position: relative;
	float: left;
	background-color: white;
	border: 1px solid #ccc;
	border-bottom-width: 2px;
	padding: 3px;
	margin: 2px;
}