html { 
}
body {
	margin: 0;
	padding: 0; 
}
#container {
	background-image: url(../images/background_index.jpg);
	height: 420px;
	width: 780px;
	background-repeat: no-repeat;
	background-position: center top;
	border: 1px solid #000000;
	padding: 0;
	position:relative;
	top: 10px;
	margin-right: auto;
	margin-left: auto;
}
#container2 {
	background-image: url(../images/browser.jpg);
	height: 420px;
	width: 780px;
	background-repeat: no-repeat;
	background-position: center top;
	border: 1px solid #000000;
	padding: 0;
	position:relative;
	top: 10px;
	margin-right: auto;
	margin-left: auto;
}
/*Rollover Flag*/
#flag {
	height: 20px;
	width: 60px;
	margin: 0;
	padding: 0;
	position: relative;
	top: 380px;
	left: 22px;
	text-align: left;
}
#sweFlagButton {
	float: left;
	display: block;
	background-image: url(../images/flag_swe_dim.gif);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	height: 14px;
	width: 20px;
}
a#sweFlagButton:hover {
	background-image: url(../images/flag_swe.gif);
	background-repeat: no-repeat;
}
#engFlagButton {
	float: left;
	display: block;
	background-image: url(../images/flag_eng_dim.jpg);
	background-repeat: no-repeat;
	margin: 0 0 0 20px;
	padding: 0;
	height: 14px;
	width: 20px;
}
a#engFlagButton:hover {
	background-image: url(../images/flag_eng.jpg);
	background-repeat: no-repeat;
}
/*Rollover Menu*/
#menu {
	position: relative;
	left: 495px;
	top: 299px;
	margin: 0;
	padding: 0;
	height: 15px;
	width: 256px;
	border: none;
}
#buttonAnkiImage {
	background-image: url(../images/button_anki.gif);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	height: 15px;
	width: 53px;
}
#buttonAnki {
	display: block;
	background-image: url(../images/button_anki.gif);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	height: 15px;
	width: 53px;
}
a#buttonAnki:hover {
	background-image: url(../images/button_anki_over.gif);
	background-repeat: no-repeat;
}
#buttonCvImage {
	background-image: url(../images/button_cv.jpg);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	height: 15px;
	width: 53px;
}
#buttonCv {
	display: block;
	background-image: url(../images/button_cv.jpg);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	height: 15px;
	width: 53px;
}
a#buttonCv:hover {
	background-image: url(../images/button_cv_over.jpg);
	background-repeat: no-repeat;
}
#buttonGalleryImage {
	background-image: url(../images/button_gallery.jpg);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	height: 15px;
	width: 75px;
}
#buttonGallery {
	display: block;
	background-image: url(../images/button_gallery.jpg);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	height: 15px;
	width: 75px;
}
a#buttonGallery:hover {
	background-image: url(../images/button_gallery_over.jpg);
	background-repeat: no-repeat;
}
#buttonContactImage {
	background-image: url(../images/button_contact.jpg);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	height: 15px;
	width: 75px;
}
#buttonContact {
	display: block;
	background-image: url(../images/button_contact.jpg);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	height: 15px;
	width: 75px;
}
a#buttonContact:hover {
	background-image: url(../images/button_contact_over.jpg);
	background-repeat: no-repeat;
}
/*End Rollover Menu*/
#fot {
	position:relative;
	top: 10px;
	width: 780px;
	margin: 0 auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;	
}
#fot h1 {
	display: inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	margin: 0;
	padding: 0;
	font-weight: normal;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
