/* Default CSS file */

/* HTML Elements */

html{
	height:100%;
}

body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	height:100%;
	margin:0;
	padding:0;
}

img{
	border:none;
}

a{
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

/* Id's */

#container{
	min-height:100%;
	height:auto !important;
	height:100%;
	overflow: hidden;
}

/* Class */

.column{	
	float:left;
	margin-bottom: -2000px;
	padding-bottom: 2000px;
	width:200px;
	border-right:1px solid #CCCCCC;
}