/*
 
Copyright (c) Enigma Interactive 2006

SOM2
Project:		VICCORP
Filename:		layout_home.css
Description:	Layout of the home page
     
History
ver date  		who     	comment
-----------------------------------------------------------------------------
1	23Feb06		MS			Created

*/
#siteMain {
	background-color: #ffffff;
}

#siteContent {
	width: 537px;
}

#mainPanel {
	/* width: 382px; */
}

#teHTML {
	/* width: 382px; */
}

#teHTMLInner {
	/* width: 382px; */
}

#rightPanel{
	position:relative;
	overflow: hidden;
	float: right;
	width:155px;
	float:right;
	backgound-color: #ffffff;
}


/* coSiteFooter styling */

#footerTop {
	position : relative;
	clear: both;
	padding: 0;
	margin: 0;
	height: 74px;
	background-color: #ffffff;
	background: url('/images/backgrounds/corner2.gif');
	background-repeat: no-repeat;
	background-position: right;
}