body{
	background-color: #333333;
}

#title { 
	color: #CCCCCC33;
	text-align: center;
	font-size: 100px; 
	font-family: "Metalsmith-Paint", Tahoma; 
}

#div-main-cir{
	text-align: center;
}

#svg-main-cir {
	height:600px;
	width:600px;
}
 
#circle-main-cir {
	cx:300;
	cy:300;
	r:300;
	stroke:#CCCCCC33; 
	stroke-width:3px; 
	fill:#CCCCCC99;
}

/* Webfont: Metalsmith-Vintage */@font-face {
    font-family: 'Metalsmith';
    src: url('Metalsmith Vintage.eot'); /* IE9 Compat Modes */
    src: url('Metalsmith Vintage.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('Metalsmith Vintage.woff') format('woff'), /* Modern Browsers */
         url('Metalsmith Vintage.woff2') format('woff2'), /* Modern Browsers */
         url('Metalsmith Vintage.ttf') format('truetype'); /* Safari, Android, iOS */
             font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}
/* Webfont: Metalsmith-Regular */@font-face {
    font-family: 'Metalsmith-Regular';
    src: url('Metalsmith Regular.eot'); /* IE9 Compat Modes */
    src: url('Metalsmith Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('Metalsmith Regular.woff') format('woff'), /* Modern Browsers */
         url('Metalsmith Regular.woff2') format('woff2'), /* Modern Browsers */
         url('Metalsmith Regular.ttf') format('truetype'); /* Safari, Android, iOS */
             font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}
/* Webfont: Metalsmith-Paint */@font-face {
    font-family: 'Metalsmith-Paint';
    src: url('Metalsmith Paint.eot'); /* IE9 Compat Modes */
    src: url('Metalsmith Paint.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('Metalsmith Paint.woff') format('woff'), /* Modern Browsers */
         url('Metalsmith Paint.woff2') format('woff2'), /* Modern Browsers */
         url('Metalsmith Paint.ttf') format('truetype'); /* Safari, Android, iOS */
             font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

