/*  For margin and padding declarations,
 *  the order goes as follows:
 *  top, right, bottom, left (clockwise)
 *  i.e. margin: 1em (top) 3em (right) 1em (bottom) 2em (left)
 *
 *  Please, save the lines.
 *
 *  General style ordering:
 *  - font/text-align/other type styles
 *  - width/min-height/height styles
 *  - position/display/float/overfloat styles
 *  - margin/padding styles
 *  - background styles
 *  - list-type styles
 *
 *  link ordering: :link, :visited, :hover, :active
*/

body {
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	color: #000;
	margin: 0;
	padding: 0;
	background: url('back.jpg');
	background-repeat: repeat;
}

img {
	border: 0;
}

h1, h2, h3, h4, h6, h7, h8 {
	margin: 0 0 0 0;
	display: inline;
}

p {
  font-family: helvetica, arial, sans-serif;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 13px;
  color: #000;
  padding: 0;
}

#global_container {
	
}

#logo {
	margin-top: 150px;
	width: 920;
	height: 100%;

}
