#menu {
	position: fixed;
	background-color: #f6f6f6;
	width:94px;
	/*height: 92px;*/
	bottom: 0px;
    top : 0px;
    left : 0px;
    border-style: dotted;
	border-width: 1px;
	border-color: d4d4d4;
	z-index: 5;
}

#mapmaker {
	top:0px;
}

#phoneFrame {
	position:fixed;
	background-image: url('./graphics/iphoneframe.png');
	top: 150px;
	left: 50%;
	width:740px;
	height:410px;
	/*margin-top: -205; set to a negative number 1/2 of your height*/
	margin-left: -370px; /*set to a negative number 1/2 of your width*/
}

#toolbar {
	position: fixed;
	background-color: #f6f6f6;
	width:500px;
	height: 40px;
	top: 0px;
	left: 100px;	
	border-style: dotted;
	border-width: 1px;
	border-color: d4d4d4;
	z-index: 5;
}

#tileSelect {
	position: fixed;
	top: 10px;
	width: 74px;
	left: 10px;
	height:72px;
	overflow: auto;
	background-image: url('./graphics/selectionunder.png');
	z-index: 8;
	border-style: solid;
	border-width: 1px;
	border-color: d4d4d4;
}

#tileChooser {
	position: fixed;
	top: 92px;
	width: 74px;
	bottom: 10px;
	background-image: url('./graphics/transparentgrid.png');
	z-index: 8;
	border-style: solid;
	border-width: 1px;
	overflow-y: scroll;
	overflow-x: hidden;
}

#render {
	position: absolute;
	right:0px;
	top:50px;
	left:95px;
	overflow: visible;
	bottom: 0px;
	background-color: #FFFFFF;
	z-index: 0;
}

#new {
	top: 50px;
	width: 470px;
	margin: 0px auto;
	height: 490px;
	border-style: dotted;
	border-width: 1px;
	border-color: d4d4d4;
	z-index: 999;
	background-color: #f6f6f6;
	font-size: 40px;
	padding: 30px;
	text-align: center;
}

#newNew {
	border-style: dotted;
	border-width: 1px;
	border-color: d4d4d4;
	background-color: #ffffff;
	font-size: 20px;
	padding: 10px;
}

#export {
	position: fixed;
	top: 30px;
	left:100px;
	border-style: dotted;
	border-width: 1px;
	border-color: d4d4d4;
	background-color: #ffffff;
	font-size: 20px;
	padding: 10px;
	z-index: 9998;
}

#newLoad {
	margin-top: 30px;
	border-style: dotted;
	border-width: 1px;
	border-color: d4d4d4;
	background-color: #ffffff;
	font-size: 20px;
	padding: 10px;
}

#copyright {
	position:fixed;
	right:20px;
	top:0px;	
	background:#FFF;
	padding: 1px;
	z-index: 9999;
}

.centerStyle {
	margin: 0 auto 0 auto; 
}