html, body {
    text-align: left;
    font-family: "Arial Rounded MT Bold","Courier New", Arial, Helvetica, sans-serif;
    margin: 0px;
	min-height: 768px;
    height: 100%;
}

.main {
    position: absolute;
    width: 100%;
    min-height: 100%;
    background: url(imgs/bg.png);
}

.bgimage {
    position: absolute;
    width: 100%;
    height: 100%;
}

.topTitle {
    float: right;
    width: 172px;
    height: 55px;
    background-color: #000000;
    color: #FFFFFF;
    text-align: right;
    line-height: 25px;
    padding-top: 30px;
    padding-right: 8px;
    font-size: 16px;
}

.middle {
    width: 930px;
    margin: auto;
}

.buttonMenu {
    float: left;
    margin-top: 50px;
    width: 175px;
}

.buttonBg {
    margin-bottom: 4px;
    background-color: #000000;
    padding: 2px 15px 2px 15px;
    height: 100%;
}

.button {
    color: #FFFFFF;
    font-size: 13px;
}

.clearfix {
    clear: right;
}

.content {
    margin-top: 50px;
    padding: 15px;
    float: right;
    width: 680px;
    background: url(imgs/contentBg.png);
    color: #FFFFFF;
    font-size: 13px;
    text-align: justify;
	min-height: 300px;
    border: 1px solid black;
}

.footer {
    margin-top: 20px;
    color:black;
    padding-right: 1px;
    text-align: right;
    font-size: 11px;
}

a {
    outline: none;
    text-decoration: none;
}

img {
    border: 0px solid gray;
}

.newesletterBox{
    border: 1px solid gray;
	width:350px;
	background-color:#AAF2F2;
}
.newesletterSubmit{
    border: 0px solid gray;
}

.myTextarea{
    border: 1px solid gray;
	width:350px;
	background-color:#AAF2F2;
}




* { behavior: url(imgs/iepngfix.htc) }



