body{

}


#container{
	width:100%;
	height: 100%;
}


#center {
	position:absolute;
	text-align:center;
	width: 100%;
	height: 100%
}


#randomcolor-left {

	float:left;
	width: 50%;
	height:100%;

}

#randomcolor-right {

	float:right;
	width: 50%;
	height:100%;


}

#colorcode-left{
	font-family: 'Roboto Condensed', sans-serif;
	position: relative;
	top: 40%;
	letter-spacing: 0;
	/*color: white;*/
   	white-space: nowrap;
   	text-transform: uppercase;
}

#colorcode-right{
	font-family: 'Roboto Condensed', sans-serif;
	position: relative;
	top: 40%;
	letter-spacing: 0;
	/*color: white;*/
   	white-space: nowrap;
   	text-transform: uppercase;
}


          

a{
   	text-decoration: none !important;
}
