*
{
	margin: 0;
	font-family: Arial;
	font-size: 12px;
	color: #676767;
	
}
a
{
	color: #100e70;
	text-decoration: none;
}
.error
{
	color: #ff0000;
	font-size: 14px;
	margin-left: 10px;
	margin-bottom: 10px;
}
a:hover
{
	text-decoration: underline;
}
img
{
	border: 0;
}
.outerContainer
{
	width: 960px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	/*position: relative;
	
	left: -20px;*/
	margin-bottom: 30px;
}
#footer .outerContainer
{
	position:relative;
	top:28px;
	margin-bottom: 0;
}
#polas
{
	position: absolute;
	top: 150px;
	left: 50%;
	
}
#header
{
	height: 290px;
	width: 100%;
	background-image: url('img/header.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #2f4400;
	margin-bottom: 45px;
	
}

#footer
{
	height: 255px;
	width: 100%;
	background-image: url('img/footer.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #2f4400;
}
#linksContainer
{
	height: 80px;
	margin-top: 28px;
}
#leftlinks
{
	width: 465px;
	height: 80px;
	float: left;
	background: url('img/leftlinks.jpg') no-repeat;
}
.hidden
{
	display: none;
}
#leftlinks a
{
	display: block;
	top: 9px;
	
	position: relative;
	float: left;
}
#rightlinks
{
	height: 80px;
	width: 440px;
	float: right;
	background: url('img/rightlinks.jpg') no-repeat;
}
#yliopistolink
{
	
	height: 62px;
	width: 162px;
	margin-left: 30px;
}
#opiskelijaksilink
{
	margin-left: 30px;
	margin-top: 32px;
	float: left;
}
#laitoksetlink
{
	margin-left: 42px;
	margin-top: 32px;
	float: left;
}
#tiedekuntalink
{
	
	height: 20px;
	width: 200px;
	margin-top: 20px;
	margin-left: 50px;
}
.description
{
	width: 410px;
	line-height: 24px;
	margin-top: 20px;
}
#uudelleen
{
	margin-left: -10px;
	
}
.questionContainer, .descriptionContainer
{
	height: 177px;
	width: 850px;
	margin-bottom: 7px;
	background-image: url('img/questionBg.jpg');
	background-repeat: no-repeat;
}
.descriptionContainer
{
	height: 226px;
	background-image: url('img/palkit.jpg');
}
.faniContainer
{

	background-image: url('img/palkit.jpg');
	background-repeat: repeat-y;
}
.buttonContainer
{
	background-image: url('img/questionBg.jpg');
	background-repeat: no-repeat;
	width: 850px;
}
.buttonContainer .nappi
{
	margin-left: 30px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.question
{
	margin-left: 40px;
}
.answer
{
	margin-left: 40px;
	width: 450px;
}
.questionImg
{
	margin-top: 7px;
}
.alternatives
{
	margin-left: 22px;
	margin-top: 10px;
	line-height: 1.6em;
}
.alternatives td
{
	padding-right: 8px;
}