html, body {
	height: 100%;
	background-color: #666;
	background-image: url(images/bg-body.jpg);
	font-family: Trebuchet, Verdana, Sans-Serif;
    font-size: 30px;
	margin: 0;
	padding: 0;
	text-align: center; }




#content {
	position: relative;   
	text-align: left;     
	height: 210px;
	width: 700px;
    padding-top: 75px;
	background-image: url(images/language.jpg);
    background-repeat: no-repeat;
   margin-top:150px;
   margin-left: auto;
   margin-right: auto;

}

#toggle {
        width: 550px;
        height: 50px;
        margin-top:0x;
        margin-left: auto;
        margin-right: auto;
        font-size:1.7em;
}

#eng {
       float: right;
       color: #FF9900;
       font-weight: bold;
       margin-right: 10px;
}

#eng a:link {
       float: right;
       color: #FF33FF;
       font-weight: bold;
}

#cym {
       float: left;
       color: #87EC00;
       font-weight: bold;
}


#cym a:link {color: #FFFF33; text-decoration: none;}
#cym a:visited {color: #87EC00; text-decoration: none;}
#cym a:hover {color: #FF33FF; text-decoration: none;}


#eng a:link {color: #FF9900; text-decoration: none;}
#eng a:visited {color: #FF33FF; text-decoration: none;}
#eng a:hover {color: #87EC00; text-decoration: none;}


