/* Newzoo - Portal theme */

/* common
=================================== */

body {
	background-color: #000;
	background-image: url(../gfx/body_bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

/* masthead - header background
============================================================= */

div#masthead {
	background: url(../gfx/header_bg2.jpg) no-repeat top right; 
}

/* logo
============================================================= */

img#logo {
	position: absolute;
	top: 14px;
	left: 18px;
}

/* tagline
============================================================= */

.tagline {
	position: absolute;
	top: 20px;
	left: 265px;
}

/* login
============================================================= */

div#login ul li a {
	color: #A3D870;
}

/* #c1 main-content
============================================================= */

div#main-content {
	background: url(../gfx/main_bg.jpg);
	background-position: top left;
	background-repeat: repeat-y;
}
