@charset "UTF-8";
@import url("default.css");
@import url("screen_base.css");
@import url("two_column_layout.css");

body {
	background-color: #000;
}

div#wrapper {
	margin: 0px auto;
	padding-bottom: 100px;
	width: 762px;
	border: none;
	background-image: url(../img/global_back.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

img {
	vertical-align: bottom;
}