* {
margin: 0;
}

html{
	background:#f2ffd2;
	height:100%;
}

body{
  height:100%;
  font-family: verdana,sans-serif;
  font-size: 16px;
}

h1{
  padding:20px;
  color:#183e4c;
  font-family:georgia,"palatino linotype",palatino,serif;
  font-size: 29px;
  background:#8fc4a6;
}
#wrapper{
	width:900px;
	margin:0px auto -15px;
	min-height:100%;
	height:auto !important;
	height:100%;
}

#main-content{
	
}

#textboxContainer{
	width:400px;
	height:470px;
	float:left;
}

#imageContainer{
	width:490px;
	height:470px;
	float:right;
	text-align:center;
}

#simcode{
	width:390px;
	height:420px;
	padding:5px;
	font-style:normal
	font-family:Times New Roman, serif, Tahoma, Geneva, sans-serif;
        font-size:12px;
}

#circuitContainer{
	height:300px;
	background:#183e4c;
	
}

#footer {
height: 15px;
clear: both;
}

h2{
  padding:5px;
  color:#183e4c;
  font-family:georgia,"palatino linotype",palatino,serif;
  font-size: 10px;
  background:#8fc4a6;
  text-align:center;
}
p.instContainer{
  padding:60px 20px;
text-align:center;
}


.error{
  color:red;
}