@charset "utf-8";

@import "reset.css";
@import "text.css";  
@import "960.css"; 
@import "layout.css";
@import "forms.css";

.v_holder {
	height:75px;
}

.v_bottom {
	position:absolute;
	bottom:0;
	left:0;	
	min-width:25%;
}

body {
	background:#fff;
}

.header_round {
	background: url(../images/background/header-bg.png) bottom no-repeat;
	color:#fff;
}

.header_round a {
	color:#fff;
}

.header_round a:hover {
	color:#fff;
	text-decoration:underline;
}

#footer {
	background:#fff;
	border-top:1px solid #ccc;
	position:absolute;
	bottom:0;
	width:100%;
}
/*
.holder {
	margin:50px auto 0;
	padding:1%;
	text-align:center;
	width:48%;
}

.all {
	background:#fff;
	border:2px solid #043c6b;
	float:left;
	padding:1%;
	widows:98%;
}

.all p {
	line-height:1.2em;
	margin:1%;
}

*/