*{
	margin: 0px;
	padding: 0px;
}
#bigwrap{
	position: relative;
}
table{
	border-collapse: collapse;
	text-align: center;
}
td{
	width: 50px;
	height: 50px;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}
tr:nth-child(1) td{
	border-right: none;
}
td:nth-child(1){
	border-bottom: none;
}
#wrap{
	background-color: red;
	height: 50px;
	width: 50px;
	position: absolute;
	top: 306px;
	left: 306px;
}
#bluediv{
	background-color: blue;
	width: 100%;
	height: 20%;
}
input{
	margin-left: 50px;
	margin-top: 50px;
}
p{
	width: 400px;
	border: 1px solid black;
	background-color: #77ffcc;
	margin-left: 50px;
	margin-top: 20px;
	padding: 10px;
}