body	{
	background-color: #fff;
	color: #787878;
	font-family: courier;
	height: 100%;
    width: 100%;
}

a:link {
	color: #787878;
}

a:visited {
	color: #787878;
}

a:hover {
	color: #787878;
}

a:active {
	color: #787878;
}

ul	{
	list-style-type: none;
}

:#wrapper	{
;	width: 100%;
;	min-width: 950px;
;	height: 100%;
;	position: absolute;
;	top: 0;
;	left: 0;
;}

#clear	{
	clear: both;
}

#menu	{
	width: 100%;
	padding: 20px 0 10px 30px;
}

#sor_message {
  position: absolute;
  top:50%;
  left:50%;
  margin-top:-50px; /* this is half the height of your div*/  
  margin-left:-200px; /*this is half of width of your div*/
  width: 400px;
  height: 100px;
  font-size: 16px;
  text-align: center;
  vertical-align: middle;
}
