@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
	line-height: 1.5em;
	text-align: center;
	background-color: #EAEAEA;
	background-image: url();
	background-repeat:no-repeat;
	background-position:top;
	background-image:url(look/backgr.jpg);
}
#all{ width:1024px; margin: 0 auto;}
#banner{ height:114px;   }
#main {width:1004px; overflow:hidden;  background-color:#FFF; background-repeat:repeat-x; padding-bottom:20px;}
 iframe.c2 { position:relative; width:225px; top:5px; left:0px; height:210px;}

.myBox {

    color: #333333;
	padding-left:10px;
	padding-right:10px;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid #666666;

    /* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
a:link {
	color:#9F0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #900;
}
a:hover {
	text-decoration: none;
	color: #333;
}
a:active {
	text-decoration: none;
	color: #333;
}
