* {
	margin: 0px;
	padding: 0px;
}

html body {
	text-align: center;
	font-family: arial, verdana, helvetica, san-serif;
	font-size: 11px;
	line-height: 1.5em;
	background: #000;
	background-position: top center;
	background-repeat: no-repeat;
	background-image: url('../img/new_startpage/bg.jpg');
	color: #1c1c1c;
}

#mainContainer {
	position: absolute;
	left: 50%;
	margin-left: -392px;
	width: 785px;
	height: 600px;
	text-align: left;
}

#contentWrapper {
	float: left;
	width: 100%;
	margin: 270px 0px 0px 0px;
}

#topContent {
	float: left;
	width: 100%;
	height: 99px;
}

#loopBg, #topBg {
	width: 785px;
	float: left;
	background-position: top left;
}

#loopBg {
	background-image: url('../img/new_startpage/noticeboard_bg.jpg');
	background-repeat: repeat-y;
}

#topBg {
	background-image: url('../img/new_startpage/noticeboard_top.jpg');
	background-repeat: no-repeat;
}

#sideContent {
	width: 344px;
	float: left;
}

#mainContent {
	width: 441px;
	float: left;
}

#mainPos {
	width: 420px;
	float: left;
	margin: 50px 0px 0px 0px;
}

#loginAndMenu {
	position: absolute;
	background: #000;
}

#loginBox {
	float: left;
	width: 100%;
	height: 57px;
}

#mainMenu {
	width: 380px;
	float: left;
	padding: 4px 0px 0px 20px;
	height: 26px;
}

#mainMenu a {
	color: #082d38;
	font-weight: bold;
	text-decoration: underline;
}

#mainMenu a:hover {
	color: #454545;
	text-decoration: none;
}

#mainMenu  a.active {
	color: #9F4700;
	text-decoration: none;
}

#mainText, #ajaxHolder {
	width: 380px;
	margin: 25px 0px 10px 0px;
	padding: 0px 20px 20px 20px;
	float: left;
	background-image: url('../img/new_startpage/paper_bg.jpg');
}

#regDogtag {
	position: absolute;
	top: 281px;
	left: 576px;
	width: 236px;
	height: 104px;
}

#forgot {
	position: absolute;
	top: 515px;
	left: 546px;
	text-align: right;
	width: 200px;
}

#mainMenu a#forgot {
	color: #7d7d7d;
	text-decoration: none;
}

#mainMenu a#forgot:hover {
	color: #c9c9c9;
	text-decoration: underline;
}

#miniScreens {
	position: absolute;
	top: 300px;
	left: 51px;
	height: 61px;
}

#miniScreens img {
	float: left;
}

.centerH {
	text-align: center;
	width: 100%;
}

#screenshots {
	margin: 10px 0px 0px 0px;
	text-align: center;
}

#screenshots img {
	width: 165px;
	margin: 0px 3px 2px 0px;
	border: 2px solid #7F7267;
	padding: 1px;
	height: 80px;
	display: inline;
}

#postIt {
	float: left;
	width: 100%;
	height: 269px;
	padding: 17px 0px 0px 14px;
}

#postItStats {
}

.pushUp {
	margin: -4px 0px 0px 0px;
}

#randomImage {
	width: 122px;
	float: left;
	padding: 10px 0px 0px 30px;
}

#pickCountry {
	float: left;
	background-image: url('../img/new_startpage/country_bg.jpg');
	background-repeat: no-repeat;
	width: 135px;
	height: 111px;
	padding: 50px 14px 0px 17px; 
	z-index: 3000;
}

#pickCountry a {
	text-decoration: none;
}

#pickCountry h2 {
	font-size: 12px;
}

#login {
	position: relative;
}

#login input {
	float: left;
	width: 96px;
	background: transparent url('../img/new_startpage/input_bg.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	font-weight: bold;
	border: 0px;
	height: 20px;
	padding: 2px 2px 0px 4px;
	margin: 0px 2px 0px 0px;
}

#loginErrors {
	position: absolute;
	top: -19px;
	left: 171px;
	font-weight: bold;
}

#loginInputs {
	margin: 27px 0px 0px 170px;
}

.loginSubmit {
	float: left;
	background: url('../img/new_startpage/login_btn.jpg');
	margin: 0px 0px 0px 0px;
	width: 22px;
	height: 22px;
	cursor: pointer;
}

.w100 {
	width: 100%;
}

.left {
	float: left;
}

.right {
	float: right;
}

.leftClear {
	float: left;
	clear: left;
}

.hidden {
	display: none;
}

#footer {
	float: left;
	clear: left;
	padding: 23px 0px 0px 0px;
	margin: 0px 0px 4px 0px;
	height: 50px;
	background-image: url('../img/new_startpage/footer.jpg');
	background-repeat: no-repeat;
	width: 100%;
	color: #ccc;
}

#footer a {
	color: #ccc;
	text-decoration: none;
	font-weight: normal;
}

#footer a:hover {
	color: #fff;
}

h1,h2 {
	font-size: 18px;
	color: #041e2a;
	line-height: 1em;
}

h1 {
	font-weight: normal;
}

h2 {
	font-size: 14px;
}

p {
	margin: 10px 0px;
}

#loading {
	position: absolute;
	top: 524px;
	left: 705px;
	z-index: 2000;
}

a img {
	border: 0px;
}

a {
	color: #9F4700;
}

a:hover {
	text-decoration: none;
}

a:active
{
	outline: none;
}

.top3 {
	margin: 3px 0px 0px 0px;
}

.top5 {
	margin: 5px 0px 0px 0px;
}

.top10 {
	margin: 10px 0px 0px 0px;
}

.top15 {
	margin: 15px 0px 0px 0px;
}

/* Register */

	#regForm {
		float: left;
		width: 410px;
	}	

	#regForm label,#regForm input,select,#regForm span,#regForm div,#regForm p,#regForm img  {
		float: left;
		clear: left;
		width: 180px;
	}

	#regForm span img {
		width: 20px;
		height: 20px;
		margin: 0px 6px 0px 3px;
	}

	#regForm label {
		font-weight: bold;
		margin: 5px 0px 0px 0px;
	}

	#regForm img {
		margin: 3px 0px 0px 0px;
	}

	#regForm .radio
	{
		clear: none;
		width: 15px;
	}

	#regForm div {
		width: 375px;
		margin: 0px 0px 2px 0px;
	}

	#regForm span {
		clear: none;
		margin: 0px 0px 0px 5px;
	}

	#regForm .year {
		width: 70px;
		clear: none;
	}

	#regForm .dayMonth {
		width: 25px;
		clear: none;
	}

	#regForm .sep {
		width: 6px;
		margin: 0px 0px 0px 3px;
	}

	#regForm input.b10 {
		margin: 0px 0px 20px 0px;
	}

	#regForm .gender {
		width: 180px;
	}

	#regForm .bornWrapper {
		width: 180px;
	}

	#regForm .gender span {
		float: left;
		width: 20px;
		margin: 0px 8px 0px 5px;
	}

	input[type=submit] {
		margin: 0px 0px 10px 0px;
	}

	.responseContainer {
		width: 325px;
		padding: 20px 25px;
		background: #FBF9E8;
		border: 1px solid #bfbca1;
		margin: 10px 0px;
	}
	
	.popup {
		display: none;
		background: #000;
		border: 2px solid #ccc;
		padding: 30px;
		width: 400px;
		position: absolute;
		text-align: left;
		top: 250px;
		margin-left: 50%;
		left: -230px;
		color: #ccc;
		z-index: 500;
	}
	
	.popup h1 {
		color: #ccc;
	}

/* End Register */

#updateBrowser {
	color: #ccc;
	position: absolute;
	top: 0px;
	left: 0px;
	text-align: center;
	width: 100%;
	font-weight: bold;
	background: #444;
	padding: 10px;
}

#updateBrowser a {
	color: #fff;
}









