﻿.UserViewer .header
{
	border:1px solid black;
	clear:both;
}

.UserViewer .core
{
	border:1px dotted black;
	clear:both;
	width:800px;
	height:400px;
}

.UserViewer .footer
{
	border:1px solid black;
	clear:both;
}


.UserViewer .header .left
{
	width:400px;
	float:left;
}

.UserViewer .header .right
{
	width:400px;
	margin-left:400px;
}

.UserViewer .footer .left
{
	width:400px;
	float:left;
}

.UserViewer .footer .right
{
	width:400px;
	margin-left:400px;
}

.liner
{
	display:inline;
}
