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

/************************************/
/*       only for index.html        */
/************************************/

#index_page_box {
/*	position:relative;*/
	width:700px;
	margin:150px auto;
	height: 500px;
	//background-image : url(../images/UnderConstructionBlack.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#leftbutton{
width: 310px;
height:310px;
float:left;
}

#rightbutton{
width: 310px;
height:310px;
float:right;
}

a.button1{
width: 310px;
height: 310px;
padding: 0px;
display: block;
background-image : url(../images/my_button_asfalistiko_300.png);
background-repeat: no-repeat;
}

a.button1:hover{
width: 310px;
height: 310px;
color: #000000;
padding: 0px;
display: block;
background-image : url(../images/my_button_asfalistiko_310.png);
background-repeat: no-repeat;
}

a.button2{
width: 310px;
height: 310px;
color: #000000;
padding: 0px;
display: block;
background-image : url(../images/my_button_mesitiko_300.png);
background-repeat: no-repeat;
}

a.button2:hover{
width: 310px;
height: 310px;
color: #000000;
padding: 0px;
display: block;
background-image : url(../images/my_button_mesitiko_310.png);
background-repeat: no-repeat;
}