EMV_LAYOUT_ONE.css 1.03 KB
Newer Older
Thitichaipun Wutthisak committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46
@charset "UTF-8";

/*-----------------------------------------------------------------------------
File name : LAYOUT-ONE.css
Description : Style for onecolumn page layout 
Version :   1.0
Author :    James
Date : 
-----------------------------------------------------------------------------*/

/* hack for forcing scroll bars to stop page jog - http://www.splintered.co.uk/experiments/49/ */
html, body {
	height: 100%; /* needed for wrapper min-height */
}
body {
	background: #BEBFC0 url(../IMAGES/EMPVIEW/BG.gif);
	text-align: center;
}

/* =Page Wrapper
-------------------------------------------------*/
#wrapper {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	background: #FFF;
}

/* =Main Content
-----------------------------------------------------------------------------*/
#content {
	margin: 0;
	padding: 10px 10px 35px 10px;
	background: #FFFFFF;
	height: auto;
}

form {
	height: 100%;
}