/* global reset */

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,
pre,a,abbr,acronym,address,big,cite,code,del,dfn,img,ins,kbd,
q,samp,small,strike,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,
form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
:focus{outline:0;}
ol,ul{list-style:none;}
table{border-collapse:separate;border-spacing:0;}
caption,th,td{text-align:left;font-weight:normal;}
blockquote:before,blockquote:after,
q:before,q:after{content:"";}
blockquote,q{quotes:"" "";}

/* end of global reset */


/* ----- CSS ----- */
body{font-family:arial}
#wrapper {background:url("images/back.jpg") 0 0 no-repeat; width:800px; height:400px; margin: 0 auto; text-align: center;}
#header {height:435px; height:138px; padding-top: 30px; margin-bottom:60px;}
#logo-group{width:500px; height:160px; margin: 0 auto; padding-left: 80px;}
#logo-group .logo-block-left {float: left; height: 80px; border-right: 2px dotted #dedede; padding:10px 20px 0px 20px; margin-bottom:10px; margin-top:10px;}
#logo-group .logo-block-right {float: left; height: 80px; padding:10px 20px 0px 20px; margin-bottom:10px; margin-top:10px; }
#seperator {border-top: 2px dotted #dedede;}
img {
	border: none;
	border: 0px;
}

.clear{clear:both;}