@charset "utf-8";

body{

	zoom:190%;

}

.notMobile{

	display:none;

}

#top{

	width:100% !important;

	display:table !important;

	background-size:cover !important;

}

	#logoBox2{

		display:block;

		width:60px;

		height:60px;

		background-size:cover !important;

	}

	#topContent{

		width:100% !important;

		display:table !important;

		height:auto !important;

	}

		#logo{

			width:auto !important;

			float:left !important;

			display:table !important;

			margin-left:5px !important;

		}

		#menu{

			width:auto!important;

			float:left !important;

			display:table !important;

			font-size:16px;

			text-align:center;

		}

			#menuItems{

				margin:auto;

			}

		#account{

			width:100% !important;

			display:table !important;

			margin-bottom:20px;

		}

			#balance{

				width:auto !important;

				margin-left:10px;

			}

			#user{

				width:auto !important;

				margin-right:10px;

			}

#middle{

	width:100%;

}

	#middleContent{

		width:100%;

		display:table;

	}

	#middleLeft{

		width:100%;

		float:none;

		height:auto;

		display:table;

	}

	#middleRight{

		float:none;

		width:100%;

		display:table;

	}

	.paddedContent{

	}

	#photoBox{

		width:100%;

		height:auto;

	}



#bottom{

	width:100% !important;

	display:table !important;

	min-width:0 !important;

}

	#bottom div{

		width:100% !important;

		display:table;

		text-align:center;

	}

	#regBtnHolder{

		margin-bottom:20px;

	}