@charset "utf-8";
body {
	font: 100% Helvetica, sans-serif;
	background: #1C252E;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000000;
	/* font-weight: bold; */
}
.oneColFixCtr #container {
	width: 320px;  
	height: 480px;
	background: url(../images/background2.jpg);
	border: 1px solid #000000;
	text-align: center;
	position: relative;
	
}
.oneColFixCtr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height: 100%;
}

.yellowsmall {
	color: #FFCC00;
	font-size: 13px;
}
