﻿/* common.css */

.com{
	background-color:#BCA579;
	color:#696554;
	margin:0px;
	padding:0px;
	text-align: center;
	overflow:scroll
}

.comHeadFoot{
	color:#696554;
	margin:0px;
	padding:0px;
}

.ifrmH{
	height:160px
}

.ifrmF{
	height:100px;
}

a{
	color:#696554; 
	text-decoration:none;
}
 

#footer {
	background-color:white;
	margin:0;
    text-align:center
}

.centerbox{
	background-color:white;
    width: 980px;   
    margin: 0 auto;  
    text-align:left
}
.contents{
	margin-left:2%;
	margin-right:2%
}

</style>