@charset "utf-8";
/* CSS Document */

body {padding:0; margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-image: url(imgs/bg.jpg);
	background-repeat:no-repeat;
	background-color:#c1b198;
}

h2 {font-face: bold;
	font-size:1.2em;}
	
.copy {font-size: 0.6em;
		padding-left:20px;}
		
.comp_form {
width:400px;
float:left;
}

#layout {
	width:470px;
	height:100%;
	position:absolute;
	top:5px;
	bottom:5px;
	/*background-image: url(imgs/bg_blienvinnare.jpg);*/
	background-repeat: no-repeat;
	background-position: bottom right;
	float: left;
	margin-left: 70px;
	
}

#competition {
padding: 10px;
width:440px;

}


#competition h1	{
/*background: url(imgs/alice_headline.jpg) no-repeat center;*/
text-indent: -1000px;
height: 40px;
margin: 0;
}

#image {
/*background-image: url(imgs/alice-hat-and-shirt.jpg);*/
float: left;
width:190px;
height:500px;
margin-right:10px;
} 

#footer {
	font-size:0.7em;
	text-align:center;
	width: 100px;
	padding:5px;
	color:#FFFFFF;
	position:absolute;
	right:30px;
	top:20px;
}
#footer h3{
font-size:1.4em;}

a:link, a:visited {
color:#660000;
text-decoration:none;
text-transform:none;
}
a:hover {
text-decoration:underline;}
