/* Default CSS Stylesheet for a new Web Application project */

html, body 
{
	margin: 0px;
	padding: 0px;
	
	height: 100%;
			
	background-image: url(../images/startpage/background.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}

div 
{
	font-family: Georgia, Arial, Verdana, Times New Roman;
	font-size: 12px;
}

a 
{
	color: #727272;
}

a:hover 
{
	text-decoration: none;
}

img 
{
	border: 0px;
}

#wrapper 
{
	width: 100%;
	padding-top: 9px;
	text-align: center;
}

#enter 
{
	background-color: #F0F5FC;
	padding-top: 10px;
	padding-bottom: 10px;
}

#credentials
{
	margin-top: 15px;
	bottom: 0px;
}

#credentials a 
{
	font-size: 10px;	
}