

body
{
    width:expression(document.documentElement.clientWidth < 780 ? "780px" : "100%" );
}

.title_logo_text h1
{
	margin-top: 0px;
}

.title_wrap, .body_wrap
{
    width:expression(document.documentElement.clientWidth >1200 ? "1200px" : "100%" );
}
