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


body							{background-color:#00bbee;
								background-image:url(../img/bg.png);
								background-repeat:no-repeat;
								background-attachment: scroll;
								background-position:center top}

div#containts					{background-color: #ffffff;
								width: 800px;
								padding-bottom:30px;
								overflow: auto;
								margin:50px auto 0px auto}

h1								{font-size:20px;
								font-family: Verdana,Helvetica,sans-serif;
								color: #888888;
								margin:15px auto;}
h2								{border-bottom:solid 2px #777777;
								font-size:1.2em;
								font-family: Verdana,Helvetica,sans-serif;
								color: #888888;
								text-align:center;}
								
h3								{border-bottom:solid 2px #777777;
								font-size:1.0em;
								font-family: Tahoma,Arial,Courier;
								color: #888888;
								padding-left: 10px}

#main							{width:600px;
								border:solid 0px;
								margin:30px 100px;
								float:left;
								text-align:center}
#main p							{margin:20px}
p								{font-family:Arial,Helvetica,Tahoma;
								font-size: 1em;
								font-style:normal;}

a								{color: #09C;
								text-decoration: none}
a:hover							{color: #bbbbbb}
a img 							{border: none}


#link ul						{list-style-type: none;
								font-size:1em;
								padding: 10px;
								}


								