html {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	}
	
#colorpicker{
	position: absolute;
	bottom: 0;
	right: 0;
	
	width: 200px; height: 200px; background-color: white;
	}	

#message{
	float: left;
	margin-left: 20px;
	}
	
h1{
	margin-top: 0;
	font-size: 132px;
	
	font-weight: normal;
	}
	
#message div h4{
	font-size: 36px;
	font-weight: normal;
	margin-bottom: 0;
	}
	
#message div input{
	width: 600px;
	height: 36px;
	font-size: 24px;
	border: 1px solid #666;
	}

#message div select{
	width: 600px;
	font-size: 24px;
	}
	
#message #send{
	width: 600px;
	font-size: 24px;
	border: 1px soild #666;
	background-color: #fefefe;
	margin-top: 36px;
	}
