@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color:#CC9;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
a{
	color:#930;
	text-decoration:none;
}
a:hover{
	color:#960;
}
.oneColElsCtr #container {
	width: 50em;
	height:630px;
	background-image:url(../images/samsung.png);
	background-repeat:no-repeat;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
	padding-left: 50px;
	padding-right: 45px;
	padding-top: 50px;
	padding-bottom:20px;
	 /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.resize{
	float:left;
	height: 415px;
	overflow:auto;
	width:705px;
}
.leftdiv{
	float:left;
}
.rightdiv{
	float:right;
}
.clearfloat{
	clear:both;
	height:0px;
	font-size:1px;
	line-height:0px;
}
	
#links{
	text-align:center;
	font-size:10px;
	color:#630;
	font-weight:bolder;
}
img{border:none;
}
.spana{
	color:#600;
	font-size:14px;
	font-weight:700;
	
}
.spanb{
	color:#900;
	font-size:16px;
	font-weight:900;
	
}
.diva{
	border:#060 medium ridge;
	padding:5px;
	width:350px;
}
.divb{
	border:#9F0 thick groove;
	padding:5px;
	width:350px;
}