@import  url("/css/reset.css");
@import  url("/css/global.css");
@import  url("/css/styles.css");

#bg {
  background: #fff url(/img/bg.gif) top center no-repeat;
  min-width: 1000px;
}

#container {	  
  margin: 0 auto;
}

#wrapper {
	zoom: 1;
}

#wrapper:after {
  content:'.';
  display: block;
  clear: both;
  height: 0;
  font-size: 0;
  visibility: hidden;
}

#header {
	position: relative;
  height: 320px;
}

#content {
	margin: 0 30% 0 10%;
}

#gallery-box {

}

/*        -- Side-bar --        */
#aside {
	float: left;
	width: 198px;
	margin: 0px;
	padding: 0px;
}

/* ---------- Footer ---------- */
#footer {
  padding: 100px 0 0 0;
}

/*                              */
/*         -- Markup --         */
/* ---------------------------- */
