/* Layout ------------------------------------ */

* {
	margin:0px;
	padding:0px;
}

html {

}

body {
    font-family:Sans-Serif,Arial;
    font-size:smaller;
    line-height:1.4em;
	color:#666666;
	background-color:#ffffff;
}

#page {
	margin:0px auto;
	width:1000px;
	height:750px;
	background:url(../img/home.gif);		
}

/* Menu elements ----------------------------- */

#home_practice {
	position:relative;
	top:100px;
	left:80px;
	display:block;
	width:347px;
	height:219px;
	background:url(../img/home_practice.gif);	

}


#home_language {
	position:relative;
	top:220px;
	left:500px;
	display:block;
	width:349px;
	height:219px;
	background:url(../img/home_language.gif);	

}

